blogit icon indicating copy to clipboard operation
blogit copied to clipboard

Huge trouble: Github API rate limitation.

Open xepozz opened this issue 4 years ago • 0 comments

https://docs.github.com/en/rest/overview/resources-in-the-rest-api#rate-limiting

It says here ^ that Github has several limits:

  1. Limit for unauthorized user by IP 60 requests per hour
  2. Limit for authorized user by token: 5000 requests per hour

I have several idea how to avoid the limits:

  1. Github API mirror
  2. ~Cache intensity~ Implemented
  3. Proxies
  4. Refusing of Github API towards web version

xepozz avatar Aug 08 '20 08:08 xepozz