https://github.com/sousa-andre/requests-limiter
Rate limiting made easy.
https://github.com/sousa-andre/requests-limiter
hacktoberfest python rate-limiter
Last synced: 4 months ago
JSON representation
Rate limiting made easy.
- Host: GitHub
- URL: https://github.com/sousa-andre/requests-limiter
- Owner: sousa-andre
- License: mit
- Created: 2020-09-13T17:13:34.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-11-18T01:00:14.000Z (over 5 years ago)
- Last Synced: 2025-12-17T02:59:46.157Z (7 months ago)
- Topics: hacktoberfest, python, rate-limiter
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# requests-limiter
##### Rate limiting made easy.
  
Have fun using third-parties REST APIs without have to worry about implementing the rate limiter logic.
## Download
$ pip install requests-limiter
## Example
Take a look into the [example](examples/riotapi) that creates a simple rate limiter for the Riot API [SummonerV4](https://developer.riotgames.com/apis#summoner-v4) 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