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

Hello, I'm currently building a Hockey Webscraper that ultimately posts to Twitter. The issue I am currently having is that I am pointing the media file directly to an Excel...

Hi, I think that the `future` requirement is not necessary, all the imports that the project uses seem to be listed [here](https://docs.python.org/2/library/__future__.html) and are available for Python >= 2.6. Tests...

Pursuant to Issue #342, I notice there is no report_spam coverage, which I need for a project. I'm happy to code a workaround for myself, but I was wondering if...

Some of these may be out of scope or just not a good fit for the API, but the following endpoints aren't supported at the moment: #### REST API -...

enhancement

This is somewhat a followup of Issue #522 where a user asked you to add the retweet kwarg to the UpdateFriendship function. Well, I used that recently and it caused...

When trying to add to a list named "Voices Social Isolation" I received the following error ``` twitter.error.TwitterError: [{'code': 112, 'message': 'You must specify either a list ID or a...

can this lib show an indication when sleep-on-rate-limit has been activated? thanks for lib

Although the comment above `GetSearch()` clearly mentions: ``` Returns: list: A sequence of twitter.Status instances, one for each message containing the term, within the bounds of the geocoded area, or...

When I try to run: search_results = api.GetSearch(term=q, count=count, return_json=True) I get this error: TypeError: GetSearch() got an unexpected keyword argument 'return_json' I've looked through the source code but I...

twitter has undocumented parameters for users so that there is actually a parameter called `include_user_entities` to return urls with their expanded versions and so on. Also there is an another...

enhancement