tisboyo / Twitch_Bot

4 stars 2 forks source link

Twitch v5 API Depreciation 2/28/22 #239

Closed tisboyo closed 3 years ago

tisboyo commented 3 years ago

Legacy Twitch API v5 is deprecated and scheduled to be decommissioned on February 28, 2022. For more information, refer to the timeline announcement and the v5 migration guide to use the latest version of the Twitch API.

Need to check to be sure we aren't still using anything before this happens.

tisboyo commented 3 years ago

v5 API uses the Kraken endpoint, which we do not use for anything. The PythonTwitchBotFramework library uses it for get_user_creation_date, but we don't currently use that for anything, and I'm unsure if it will affect the bot at all.