Justintime50 / github-archive

A powerful tool to concurrently clone, pull, or fork user and org repos and gists to create a GitHub archive.
MIT License
186 stars 48 forks source link

403 RateLimitExceededException #53

Closed mb6ockatf closed 1 year ago

mb6ockatf commented 1 year ago
github.GithubException.RateLimitExceededException: 403 {"message": "API rate limit exceeded for 195.19.90.245. (But here's the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.)", "documentation_url": "https://docs.github.com/rest/overview/resources-in-the-rest-api#rate-limiting"}

should i just wait?

Justintime50 commented 1 year ago

Hey @mb6ockatf, did you use the --https flag when running github archive? If so, you will need to pass in the --token instead as that makes authenticated requests. Please follow the documentation in the README for how to set this up correctly so you don't get rate limited. Let me know if that fixes the issue.