API quota reaches end quickly #2
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The constant calls to the YT API can cause an exhaustion of the allowed asks.
This is an API restriction that we are hard pressed to overcome in the current iteration of the script.
Because we as small, normal people, only can access the public API - we see heavy restrictions to the number of calls we can make pr day. And with good reason.
You can research the reasons on your own.
The main thing is that we either have to introduce a latency and poll the API only e.g 5 - 10 seconds. Which introduces further latency between viewer and streamer (something we want to avoid).
There is a workaround, perhaps, in using i.e StreamElements' API to push messages to the terminal rather than pull them through the YT API.
I will investigate this further.
The project has been rewritten to work with pytchat over the API polling that caused issues.
See youtube-chat-webhook-v2