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

A simple Python wrapper for Twitter API v2 ✨ 🍰 ✨

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

Hi all, Thanks for all the work on this module. I have created an example of using the module with OAuth2 public clients. The example code is [here in a...

enhancement

The v1 had a way to get statuses but do not see the best way here

I am not able to tweet. I have a script ([main.py](https://github.com/KunalSin9h/Gita-Verse/blob/master/main.py)) to tweet 3 times a day and after tweeting single time `api.create_tweet` throw `ConnectionError`. ![Screenshot from 2022-10-12 14-11-21](https://user-images.githubusercontent.com/82411321/195295326-6bb94c43-c4b8-47eb-b84d-6b3e70e43726.png)

question

:wave: I've gotten this repo added to conda-forge at [conda-forge/python-twitter-v2-feedstock](https://github.com/conda-forge/python-twitter-v2-feedstock). It is now possible to install this package with > conda install -c conda-forge python-twitter-v2 Please let me know if...

Created a static method to provide a visual countdown in minutes remaining when a rate limit threshold has been reached. UPDATED this request on 04.29.2023 with new code.

It seems the source field is not working properly. According to the Twitter forum, this problem should be solved: https://twittercommunity.com/t/tweet-source-label-not-showing/181802 However, apparently, it is not. So I wonder whether there...

Hi, I'm wondering if it is possible to use this package to return the most recent tweets that contain a given hashtag, or any other text, e.g., tweets containing WorldCup...