JMTNTBANG / Bitey-Frank

The official mascot of the unofficial Discord server of the Garbage Stream.
MIT License
1 stars 3 forks source link

Slight restructure of yt_checker to obey API limits #17

Closed BobVonBob closed 1 year ago

BobVonBob commented 1 year ago

Obey the speed limit with a sleep for 86400 / (10000 * \<num channels>) seconds, currently 69.12 seconds.

Using asyncio.gather means one less hardcoded value to think about if Wade decides to make more channels in the future. And it does concurrency. Truly we live in the future.