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

Type hints would allow for easier documentation and intellisense in IDEs

This is a really good library, When i get stuck, I simply dig into the api.py module and Get the work done, but i just can't fix this issues. **How...

I am using **python-twitter** in my application. Twitter API is truncating the response text to 140 characters. I am unable get complete text. ![image](https://user-images.githubusercontent.com/55089267/112299407-c6fb5600-8cbd-11eb-99d4-e5040cf5f64d.png) ``` def getApi(plugin): api = twitter.Api(consumer_key="*****",...

Just trying

Hi. The documentation implies you get started like this: ```python api = twitter.Api(consumer_key=[TWITTER_KEY], consumer_secret=[TWITTER_SECRET], access_token_key=[TWITTER_TOKEN], access_token_secret=[access token secret] ) ``` However, the keys that Twitter provides aren't these; they're `API...

I seem to be getting `('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))` randomly. I can't replicate it. What's the correct way to handle this? I'm not totally sure what it...

`parse_media_files` uses `mimetypes.guess_type` so it can't work if your image does not ends up with a correct extension on the external server. Maybe using the returned `Content-Type` would be useful...

Function defined as this: ```python def GetUserTimeline(self, user_id=None, screen_name=None, since_id=None, max_id=None, count=None, include_rts=True, trim_user=False, exclude_replies=False): ``` if we provide max_id , how many requests does it send to Twitter? for...

I've recently implemented tweet caching in my Twitter app, based on the `AsDict()` for serialization & `NewFromJsonDict()` for deserialization. But I've noticed an inconsistency - if the serialized tweet has...

I am using `GetRetweets` with a cron job set to be a frequency of