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

Too Many Requests #36

Closed TongJin123 closed 6 months ago

TongJin123 commented 9 months ago

requests.exceptions.HTTPError: 429 Client Error: Too Many Requests for url

iSarabjitDhiman commented 9 months ago

requests.exceptions.HTTPError: 429 Client Error: Too Many Requests for url

The api rate limit might have exhausted. Try again in something like an hour or two. If it still doesnt work, please drop the url here. You can grab it from the traceback or log file.