EventSub
Twitchで発生するイベントをアプリケーションがListenするためのもの
Subscriptionをうまく管理しないと429Too Many Requestsになっちゃう
https://www.therelicans.com/wyhaines/twitch-eventsub-the-direct-approach-to-getting-started-with-it-3pia Twitch EventSub - The Direct Approach To Getting Started With It - The Relicans
フィッシング詐欺のページになってた。悲しいmtane0412.icon
ハマりどころがうまくまとまってる
The EventSub API provides a mechanism to see what subscriptions a client currently has and their status. This is important, because there is a limited number of subscriptions allowed per client (10000), and even failed subscription requests count against that limit. This makes it important to monitor all current subscriptions so that failed or unneeded subscriptions can be deleted.
Subscription数は10000/Client
失敗もカウントされる!!
Subscriptionをモニターするのが大事