Top "Tweepy" questions

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

TypeError: file() takes at most 3 arguments (4 given)

I am using Spyder on a Mac and the Python version on Spyder is 2.7. I had been using the following …

python tweepy spyder
Full list of twitter "friends" using python and tweepy

By friends I mean all of the twitter users who I am following. Is it possible using tweepy with python 2.7.6 …

python python-2.7 twitter tweepy
Exclude retweets from twitter streaming api using tweepy

When using the python tweepy library to pull tweets from twitter's streaming API is it possible to exclude retweets? For …

api twitter streaming tweepy
Using Tweepy to search for tweets with API 1.1

I've been trying to get tweepy to search for a sring without success for the past 3 hours. I keep getting …

python search twitter tweepy
"IncompleteRead" Error when retrieving Twitter Data using Python

While running this program to retrieve Twitter data using Python 2.7.8 : #imports from tweepy import Stream from tweepy import OAuthHandler from …

python python-2.7 twitter tweepy
401 Error when retrieving Twitter data using Tweepy

I am trying to retrieve Twitter data using Tweepy, using that below code, but I'm returning 401 error, and I regenerate …

python twitter tweepy
How to get tweet IDs (since_id, max_id) in tweepy (python)?

I want to know a way of getting tweet IDs to keep a check on what tweets have been displayed …

python json twitter tweepy
Get all friends of a given user on twitter with tweepy

Using tweepy I am able to return all of my friends using a cursor. Is it possible to specify another …

python twitter tweepy
Getting a users entire twitter timeline with tweepy

I am trying to retrieve a list that contains the entire contents of my personal twitter statuses with python and …

python twitter tweepy
Using Python with the Twitter API to post tweets?

Anyone have any reccomendations as to what python library to use to post tweets to twitter? The ones I've found …

python python-2.7 twitter tweepy