Top "Tweepy" questions

An easy-to-use Python library for accessing the Twitter API.

How to save a tweepy Twitter stream to a file?

I have a working script that successfully gathers tweets that mention "stackoverflow". However, I want to run the script in …

python twitter tweepy
Tweepy Streaming - Stop collecting tweets at x amount

I'm looking to have the Tweepy Streaming API stop pulling in tweets after I have stored x # of tweets in …

python twitter tweepy
Using tweepy to stream users' timeline and filtered tweets

I started exploring tweepy a couple days ago and was able to stream filtered (with keywords) tweets at real time. …

python twitter tweepy
Unable to stop Streaming in tweepy after one minute

I am trying to stream twitter data for a period of time of say 5 minutes, using the Stream.filter() method. …

python twitter tweepy
Tweepy.cursor multiple / OR logic function for query terms

I'm trying to search twitter for a finite period of time in the past couple days to pull 2-3 keywords, …

python tweepy
How to restart tweepy script in case of error?

I have a python script that continuously stores tweets related to tracked keywords to a file. However, the script tends …

python restart tweepy
Retweeters of a Twitter status in Tweepy

This is kindof a followup question to this question. I want to get the ID of the users that have …

python twitter tweepy
Scrape tweets by tweet location and user location

I am trying to use tweepy to download tweets using the tweet location and not by user location. Currently, I …

python twitter geolocation tweepy
how to properly close a tweepy stream

I'm trying to figure out how to properly close an asynchronous tweepy stream. The tweepy streaming module can be found …

python multithreading tweepy
Converting time to epoch (Python)

I am using tweepy to get a tweet. I am trying to send this tweet over Slack. Tweepy gives the …

python python-2.7 datetime tweepy epoch