Top "Tweepy" questions

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

Python3 UnicodeDecodeError with readlines() method

Trying to create a twitter bot that reads lines and posts them. Using Python3 and tweepy, via a virtualenv on …

python python-3.x unicode tweepy sys
Python at Synology, how to get Python3 modules installed and where is Python2.7 installed?

Can you please advise me how to get Python3 with modules running at my Synology (DS214play, with DSM 6.0.1-7393 …

python linux pip tweepy synology
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
How do I extend a python module? Adding new functionality to the `python-twitter` package

What are the best practices for extending an existing Python module – in this case, I want to extend the python-twitter …

python module tweepy python-module python-twitter
Return a users tweets with tweepy

I am using tweepy and python 2.7.6 to return the tweets of a specified user My code looks like: import tweepy …

python twitter tweepy
User ID to Username tweepy

Can someone please tell me how to get one username from one id on tweepy? I have looked everywhere and …

python python-2.7 twitter tweepy
Tweepy - Exclude Retweets

Ultimate goal is to use the tweepy api search to focus on topics (i.e docker) and to EXCLUDE retweets. …

python python-2.7 twitter tweepy api-design
How can I retrieve all Tweets and attributes for a given user using Python?

I am attempting to retrieve data from Twitter, using Tweepy for a username typed at the command line. I'm wanting …

python twitter oauth tweepy
tweepy get tweets between two dates

I have the following code in Python: import tweepy consumer_key = "..." consumer_secret = "..." access_token = "..." access_token_secret = "..." auth = tweepy.…

python tweepy
Twitter error code 429 with Tweepy

I am trying to create a project that accesses a twitter account using the tweepy api but I am faced …

python twitter tweepy