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
123 stars 17 forks source link

[ERROR] :: 429 Client Error: Too Many Requests for url。 I get an error when I get too many tweets #47

Closed baitu026 closed 6 months ago

baitu026 commented 6 months ago

Is there any good solution?

iSarabjitDhiman commented 6 months ago

Apparently you ran out of api rate limits. I recommend you to keep an eye on the rate limits. Usually the rate limits gets renewed in every 15 minutes, but again it may vary in some cases, so please keep on checking these rate limits. You can check #29 You can also disable the pagination and handle the requests manually, check the example code.