Top "Twitter-streaming-api" questions

The set of streaming APIs offered by Twitter give developers low latency access to Twitter's global stream of Tweet data.

Filter Twitter feeds only by language

I am using Tweepy API for extracting Twitter feeds. I want to extract all Twitter feeds of a specific language …

python twitter nlp tweepy twitter-streaming-api
Twitter Streaming API limits?

I understand the Twitter REST API has strict request limits (few hundred times per 15 minutes), and that the streaming API …

api twitter twitter-streaming-api tweetstream twitter-rest-api
Getting tweet replies to a particular tweet from a particular user

I am trying to go through tweets of a particular user and get all replies on that tweet. I found …

python twitter tweepy tweets twitter-streaming-api
Avoid 420s with Streaming API?

I have a python script that hooks into the Twitter Streaming API using basic authentication and making use of the …

python twitter tweetstream twitter-streaming-api
Twitter Stream Filter By Location

Is it possible for Twitter Stream API to filter tweets by the location field? As you can see in the …

filter twitter location twitter-streaming-api
Tweepy Streaming API returning "None" for coordinates on geo-enabled tweets

I am using Tweepy to access the streaming API. I am able to get results with the code below but …

python twitter tweepy twitter-streaming-api