iSarabjitDhiman / TweeterPy

TweeterPy is a python library to extract data from Twitter. TweeterPy API lets you scrape data from a user's profile like username, userid, bio, followers/followings list, profile media, tweets, etc.
MIT License
138 stars 20 forks source link

How many times can an account be queried in a day? - API Rate Limits #8

Closed freedom-wy closed 1 year ago

freedom-wy commented 1 year ago

i use tweeterpy,it said Rate limit exceeded How many times can an account be queried in a day?

iSarabjitDhiman commented 1 year ago

i use tweeterpy,it said Rate limit exceeded How many times can an account be queried in a day?

Depends, which TweeterPy method are you using? .get_user_tweets() ? Just clone the async-await branch, and check this code, set return_rate_limit=True to get api limit details. It will also give you details on the expiry or renewal time like when the API limits are going to be renewed.