Closed harababurel closed 4 years ago
This is a hackier but simpler solution to #102 and #92.
Hi, thank you for opening this pull request.
Unfortunately, this project is no longer actively maintained, and today, we're archiving the repository and publishing the final version to PyPI.
We sincerely appreciate your contribution and regret that we weren't able to give it the attention it deserved.
This fork makes use of the
backoff
library to fail gracefully when a rate limit is reached. Instead of raising an exception to the client, the library automatically retries failed requests using an exponential backoff strategy.