瀏覽代碼
Avoid 429 (rate limit) errors in awesome_bot (#164)
* Allow 429 (rate limit) errors in awesome_bot
It seems we're pretty consistently getting these from github projects, so I assume we're hitting their rate-limit.
It'd be nice if awesome_bot had some kind of internal rate limit, but the docs don't show anything, and it seems like vast majority of projects running it just allow 429s, like I have here.
Not stoked about it, but c'est la vie
* Switch tools to parse subsections to fix API build
* Apply a request delay instead of allowing 429s in awesome_bot