And one more question. Since I have not yet set up webhook, my bot does this every 5 seconds:
response = requests.get(“https://api.twitch.tv/helix/streams?user_login=", headers = {“Client-ID”: "”})
But after a while in response to a request comes a message about exceeding the frequency of requests. Why does this happen if the limit is 120 requests per minute, and I only do 12?