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
0
votes
2 answers

Twitter Search API1.1 in PHP

I am trying to create a search using the new API1.1 twitter. The feedback I'm getting with the search query is: stdClass Object ( [statuses] => Array ( [0] => stdClass Object ( [metadata] => stdClass Object ( [result_type] => recent…
0
votes
1 answer

Using Twitter Search API 1.1 to get real time tweets in C#

I want to use twitter search API version 1.1 to get real time tweets from twitter. And I want to do this in C#. Can anybody guide me in right direction. Some sample code would be of great help for me.
Puneet Pant
  • 918
  • 12
  • 37
0
votes
1 answer

Can you use SuperTweet to read and search Twitter API 1.1?

I'm using an Arduino to access the Twitter Search API 1.1. However, I'm finding it very difficult to do the new OAuth process. Further, doing the new OAuth process on the Arduino is very costly in terms of memory. Looking for alternative options, I…
osse
  • 1,533
  • 5
  • 18
  • 25
0
votes
1 answer

Twitter Search Api Getting Username and User's Real Name

I am trying to develop a twitter search engine by reference of https://dev.twitter.com/docs/api/1/get/search. I am faced to a problem; I searched about it I could not find anything. $.ajax({ type : "GET", dataType : "json", …
Jemo
  • 309
  • 6
  • 19
0
votes
1 answer

Twitter GET Search returns empty result

I'm a little surprised the behavior of Twitter's search get method. Few weeks ago i created twitter acount for testing. I used search get method to parse tweets, like this: http://search.twitter.com/search.json?q=netizencytest It worked fine, but…
Denis
  • 2,429
  • 5
  • 33
  • 61
0
votes
1 answer

twitter GET search backup-system

I am using the Twitter GET search for retrieving tweets from a specified account, hashtag etc. etc.. But the Twitter GET search has it's limitations: it has a timelimit of 6 to 9 days of visible tweets. That's where I want to make sure there are…
Jeroen
  • 345
  • 3
  • 17
0
votes
1 answer

Regarding twitter search API request limit

On the twitter Rate Limiting page(https://dev.twitter.com/docs/rate-limiting) it says "Unauthenticated calls are permitted 150 requests per hour. Unauthenticated calls are measured against the public facing IP of the server or device making the…
Navin Leon
  • 1,136
  • 3
  • 22
  • 44
-1
votes
1 answer

How can I advanced search for tweets on engine with the word 'casa' but not having 'câsa' results included?

I try this method: casa -câsa But that way it excludes the casa without accents too, then the search returns blank.
Digital Farmer
  • 1,705
  • 5
  • 17
  • 67
-1
votes
1 answer

Is it possible to exclude only French tweets from a Twitter advanced search engine?

To find only tweets in French, i use: find this words lang:fr But what if I want to exclude only French from the results and find all the others?
Digital Farmer
  • 1,705
  • 5
  • 17
  • 67
-1
votes
1 answer

Does Twitter4J search API support Twitter Premium or Enterprise API search end points

The main purpose of my application is to fetch tweets from twitter and i am using Twitter4J to do this. I have got standard twitter API. My question is that, would the same implementation using twitter4j work if i subscribe for Premium or Enterprise…
-1
votes
2 answers

Twitter API - Python , searching for tweet by date

# Initiate the connection to Twitter twitter = Twitter(auth=oauth) # Search for latest tweets about "pakistan" results = twitter.search.tweets(q='pakistan',until=2008 - 08 - 19, ) print results I am trying to retrieve tweets that are earlier than…
ndrwnaguib
  • 5,623
  • 3
  • 28
  • 51
-1
votes
1 answer

How to catch TwitterApiException when there is a time out in SearchTimeline request?(Android)

I'm implementing a SearchTimeline in android using the TwitterUI kit, Its working fine except I couldn't find a way to handle Timeout error or no connection error thrown when loading more tweets. Any idea how to handle these exceptions?
Malek Hijazi
  • 4,112
  • 1
  • 26
  • 31
-2
votes
1 answer

Errors when I collect tweets using twitter API

I'm using tweetminer to collect tweets from this site: https://github.com/kshaffer/tweetmineR but when I run the search using twitter_search.py I get those errors: 'charmap' codec can't encode character '\u06cc' in position 196:…
John Sall
  • 1,027
  • 1
  • 12
  • 25
-7
votes
1 answer

Twitter get search tweets API not working with hash tag

Hi right now I am trying to do a keyword search with hashtag using Twitter API. This is the url I am using. https://api.twitter.com/1.1/search/tweets.json?q=%23bookmyshow But I am not getting any result. From yesterday I was trying to sort out this…
DEVOPS
  • 18,190
  • 34
  • 95
  • 118
1 2 3 4 5 6
7