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
169
stars
30
forks
source link
{'code': 88, 'message': 'Rate limit exceeded.'} is not handled #80
This is what is currently returned. No further information is provided.
However the actual reason was because of a rate limit. The response was
{'code': 88, 'message': 'Rate limit exceeded.'}
It is not currently handed in util.check_for_errors() or util.check_api_rate_limits()