twython icon indicating copy to clipboard operation
twython copied to clipboard

Actively maintained, pure Python wrapper for the Twitter API. Supports both normal and streaming Twitter APIs.

Results 27 twython issues
Sort by recently updated
recently updated
newest added

python 3.8.2 twython 3.8.2 ImportError: cannot import name 'Twython' from partially initialized module 'twython' (most likely due to a circular import) import sys import string from twython import Twython twitter...

This error popped up while working on a project that subclasses this. There is a backup function to invoke `self.callback_url` on the Twython class, however that attribute is never assigned...

I'm packaging your module as an rpm package so I'm using the typical PEP517 based build, install and test cycle used on building packages from non-root account. - `python3 -sBm...

Hey there, I noticed a particular behavior when uploading the attached video, I'm consuming v1.1 standard When https://github.com/ryanmcgrath/twython/blob/master/twython/endpoints.py#L174 is called with check_progress = True The file uploads correctly. https://github.com/ryanmcgrath/twython/blob/master/twython/endpoints.py#L235 starts,...

Hi everyone, I registered a Twitter API back in 3/2022 for tweets search, my program uses Twython and works properly. But recently I discovered something odd with the runtime. I...

There are small typos in: - docs/usage/advanced_usage.rst - docs/usage/basic_usage.rst - docs/usage/special_functions.rst - docs/usage/starting_out.rst - tests/test_endpoints.py - twython/endpoints.py - twython/streaming/api.py Fixes: - Should read `received` rather than `recieved`. - Should read...

As of 2021-11-15, new users can only use the v2 version of the API unless they are granted elevated access: > Twitter API returned a 403 (Forbidden), You currently have...

I'm trying to send DM with this it's returning 404 sorry page not exist. here's what I tried `api.send_direct_message(type='message_create', recipient_id="id", message_data="test message"))`

This pull request added headers to the on_error call: https://github.com/ryanmcgrath/twython/pull/504 The issue is that all other the examples and documentation show on_error as taking two parameters, so they are all...

Hello!! I added a subset of the Twitter Ads API (https://dev.twitter.com/ads/overview) to Twython. The most commonly used functions for managing campaigns and creatives, as well as one function for the...

Enhancement