blogit
blogit copied to clipboard
Huge trouble: Github API rate limitation.
https://docs.github.com/en/rest/overview/resources-in-the-rest-api#rate-limiting
It says here ^ that Github has several limits:
- Limit for unauthorized user by IP 60 requests per hour
- Limit for authorized user by token: 5000 requests per hour
I have several idea how to avoid the limits:
- Github API mirror
- ~Cache intensity~ Implemented
- Proxies
- Refusing of Github API towards web version