Questions tagged [twitter-search]

Twitter search refers to the search form of Twitter, capable of finding various Twitter content - users, tweets, retweets, and others.

Twitter search refers to the search form of Twitter, capable of finding various Twitter content - users, tweets, retweets, and others. If the basic Twitter search is not turning up results for the desired terms, an option is to use advanced search that provides various search operators, which you can use to fine-tune your search query.

104 questions
1
vote
1 answer

Can I search hashtags on twitter with wildcards

I'm hoping to find a way to search for hashtags on twitter that contain the characters 'SF'. For example, there are tweets that have #LVvsSF (yes I'm a 9er fan!) and I'd like to come up with a search string that would pull this tweet if it has the…
dvpetta
  • 13
  • 2
1
vote
1 answer

Twitter search : avoid keyword matching replied username

The body of a tweet reply is having a list of @username at the beginning. When you search for a keyword, it can match a username in this list. For example, searching keyword will match: Tweet A : This is an exemple tweet speaking about…
rSim
  • 344
  • 4
  • 17
1
vote
0 answers

How to filter tweets by location using Twitter API

Does Twitter still allow searching tweets by location (for tweets that have been geo-tagged)? The articles I've read describe an advanced search that no longer works the same way, so I'm thinking Twitter discontinued this capability sometime within…
at.
  • 50,922
  • 104
  • 292
  • 461
1
vote
0 answers

twitter search api - selecting only text not user

if I want to search for q = 'dreamer' I would like to get only the tweets having the searched word (dreamer) and not the username having in their username the searched word. As you can see here when I searched for dreamer I got some tweets having in…
Halima. A
  • 19
  • 4
1
vote
0 answers

Can you give me any clue why the save() function giving me an encrypted output file?

I was trying to fetch tweets twitter using search API and R. I can fetch the tweets using following codes. However, I am unable to save the tweets in a file. I would like to save those in a JSON file. But somehow it provides me an encrypted file as…
1
vote
1 answer

Can't get Twitterlib fetchtweets() to return queries from a list

first time here and just started investigating Twitter bots to retweet traffic info to my followers. Am using Amit Agarwal's labnol bot on Google Script and have changed very little (removed favoriting tweets) but I cannot get it to retweet anything…
1
vote
1 answer

limit TwitterSearch API, python

How would I limit the number of results in a twitter search? This is what I thought would work...tweetSearchUser is user input in another line of code. tso = TwitterSearchOrder() # create a TwitterSearchOrder object …
Staley
  • 55
  • 2
  • 11
1
vote
0 answers

What is the maximum radius for the geocode parameter in the twitter search API?

Hello I am fetching recent tweets using twitter search api and want to know maximum radius limit for geocode parameter search/tweets.json?q=&geocode=22.7195687,75.8577258,1km&result_type=recent presently I am using 1 km
yogendrayaduvanshi
  • 209
  • 1
  • 2
  • 14
1
vote
1 answer

Retrieve first tweet for a given keyword

Is it possible to find first tweet for a given keyword? Example: Let i have to find first tweet for "Storm" keyword. Then Url should return the first tweet of this keyword.
Alpha
  • 11
  • 4
1
vote
1 answer

Why some tweets are in search api and not in streaming api and vice versa

I have a script which stores incoming tweets for a phrase (e.g. "python") into database table "A" using twitter streaming api. Later, another script searches the same phrase using twitter search api and stores results into table "B". My question is…
PHA
  • 1,588
  • 5
  • 18
  • 37
1
vote
0 answers

Search tweets by site/url

I want to use the twitter stream api to get tweets where a certain site occure in the "expanded_url" field, that is - find all tweets that links to any page on a specific site. A search for "cnn.com" would for example find a tweet containing…
ziggestardust
  • 211
  • 2
  • 13
1
vote
1 answer

Why does the Twitter API search endpoint only show a max of 15 results when sorting by popular tweets?

When using the search endpoint, I am only getting a max of 15 results, no matter how popular of a search query I use. Setting count to 100 does not make a difference, however it does when sorting by most recent. Does anybody else experience this? Is…
Tony Paternite
  • 153
  • 1
  • 14
1
vote
1 answer

How to fetch tweet video & more than 100 tweets using Twitter Search API

I am using https://api.twitter.com/1.1/search/tweets.json?q=' . $_POST['keyword'] . ' to get the tweets of searched keyword. I am able to get till 100 tweets but i need to display full 3,200 tweets. how can i do with this? how to get video from the…
user4197709
1
vote
1 answer

Spring Social Twitter Search does not return any tweets

I am using Spring Social to have twitter search. In my controller I have: @RequestMapping(value="/twitter/search", method=RequestMethod.GET) public String showTweets(@RequestParam("query") String query, Model model) { TwitterTemplate…
mahsa.teimourikia
  • 1,664
  • 9
  • 32
  • 64
1
vote
0 answers

Can Twitter API search for all latest tweets from a country, rather than a geo co-ordinate?

I want to search for the latest Tweets from the UK but currently the closest I've found is being able to search a radius from a given co-ordinate e.g. https://api.twitter.com/1.1/search/tweets.json?geocode=51.503355%2C-0.127564%2C50mi returns tweets…
user1765369
  • 1,333
  • 3
  • 11
  • 19