python-twitter icon indicating copy to clipboard operation
python-twitter copied to clipboard

A Python wrapper around the Twitter API.

Results 100 python-twitter issues
Sort by recently updated
recently updated
newest added

Hi, We are using the 3.1 tag and have builds failing due to the latest version of [oauthlib](https://pypi.org/project/requests-oauthlib/1.4.0/) which no longer supports python2.7. We think the best way to solve...

Whereas the last commit in this repo was just a month ago, the latest release at PyPI is from 2018. When will a new release published on PyPi? Best Pascua

status = api.PostUpdate('I love python-twitter!') twitter.error.TwitterError: [{'message': 'You currently have access to a subset of Twitter API v2 endpoints and limited v1.1 endpoints (e.g. media post, oauth) only. If you...

A lot has changed at Twitter... does this still work with the free version which only allows like 3 endpoints?

hello i want made a twitter bot auto replies for : quoi ? ( french world ) and the bot replies : feur , but is doesn't work , anyone...

Attempts to fix #592 and #587 This is a WIP, I'm just posting this to get feedback, since I'm not totally familiar with the coding style of this repo. So...

https://github.com/bear/python-twitter/blob/1a148ead5029d06bec58c1cbc879764aa4b2bc74/twitter/api.py#L5093

Whenever I make a request with the api to fetch Direct Messages `api.GetDirectMessages()`, it always throws me a twittererror with the message "Sorry, that page does not exist." Traceback: ```...

when using api.GetSearch() there is no way to specify that I want the full tweets, so how do I make it so the tweets returned have all the text in...