Libby Hemphill
Libby Hemphill
@lethalbeans did you get `ratelimit` to work?
I used [ratelimit](https://pypi.org/project/ratelimit/) to solve the 429 problem, but I eventually got another error: > An error occured during an HTTP request: To use rate limit: ``` from ratelimit import...
I'm still working so haven't made a PR, but here's the code: https://github.com/libbyh/GetOldTweets-python/blob/py3/GetOldTweets3/manager/TweetManager.py Kinda sloppy because it includes the ratelimit approach (lines 277-279) and a catch-and-sleep for the 429 (lines...