python-twitter
python-twitter copied to clipboard
A Python wrapper around the Twitter API.
Hi, README.rst contain a dead link, section "API" **Generate a pin-based token**. The link should be "https://developer.twitter.com/en/docs/authentication/oauth-1-0a/pin-based-oauth" instead of "https://dev.twitter.com/oauth/pin-based".
Hi, I'm trying to get my direct messages but it keeps returning Twitter Error code 34. Does it matter that most of my dms are only groupchats?
I tried looking at `GetBlocksIDsPaged`, but it doesn't return the total number of pages, so there is no way to tell how many users in total are blocked? Just calling...
So I am browsing through user timeline and getting only tweets made by the user. However, whenever I try accessing status.in_reply_to_status_id, I keep on getting none. I'm only trying to...
When trying to upload an mp4 file with duration 70 seconds PostUpdate fails with TwitterError: [{'code': 324, 'message': 'Duration too long, maximum:30000, actual:77000 (MediaId: snf:1240015325195915269)'} I believe twitter allows uploading...
I am trying to do request on users/lookup route of Twitter API using params of Email/Phone. In the result I am getting error **Could not authenticate you.** in response While...
I'm trying to use `calc_expected_status_length` as a means to snippet long text, but the count seems off by 1 character and I can't figure out why. Twitter says the below...
PyPI seems to have difficulty rendering the readme and associated files on https://pypi.org/project/python-twitter/ - see screenshot:  One possible explanation could be that `long_description_content_type="text/x-rst",` is missing from `setup.py`. I'd be...
I dono what i am doing at the beginning of this project.
Hello I have a bot that tweet commits from a github git with the commit message and a link to the commit. But there is the annoying preview and I...