requests-limiter


License
MIT
Install
pip install requests-limiter==0.0.1

Documentation

requests-limiter

Rate limiting made easy.

PyPi badge Code size badge License badge

Have fun using third-parties REST APIs without have to worry about rate limiting.

Download

$ pip install requests-limiter 

Example

Take a look into the example that creates a simple rate limiter for the Riot API SummonerV4 endpoints.

To-do

  • Make the library thread-safe
  • Write the logic in C/C++ in order to support more languages with the same codebase
  • Create a utility module