Top "Tweepy" questions

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

tweepy Not Authorized - tweepy.error.TweepError: Not authorized

I get the following error when I try to use tweepy for twitter authentication. File "/usr/local/lib/python2.7/dist-packages/…

twitter twitter-oauth tweepy
Tweepy Twitter get all tweet replies of particular user

I am trying to get all replies of this particular user. So this particular user have reply_to_user_id_…

python api python-2.7 twitter tweepy
Filtering in tweepy

I am new to tweepy and have encountered a problem. I want to download tweets with special hashtags. But it …

python python-3.x hashtag tweepy
How to successfully get all the tweets for one user with tweepy?

I am trying to pull all the tweets from USATODAY's twitter account. But, I keep hitting the rate limits when …

python tweepy
Transferring Twitter Tweets to a txt file

from tweepy import Stream from tweepy import OAuthHandler from tweepy.streaming import StreamListener import json from pprint import pprint data_…

python api twitter tweepy tweetstream
Tweepy API: how to get a user's id from a status SearchResult object?

I'm trying to write a script to follow people on twitter. The tweepy API seems pretty good, but I'm running …

python twitter tweepy
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
How can I consume tweets from Twitter's streaming api and store them in mongodb

I need to develop an app that lets me track tweets and save them in a mongodb for a research …

python mongodb twitter pymongo tweepy
Get all twitter mentions using tweepy for users with Millions of followers

I have had a project in mind where I would download all the tweets sent to celebrities for the last …

python twitter tweepy sentiment-analysis
type error 'class' object not callable

I have a class MyStreamListener that I'm trying to call from a different file, but I get the type error …

python tweepy