sharkbound / PythonTwitchBotFramework

asynchronous twitchbot framework made in pure python
MIT License
100 stars 26 forks source link

Supporting the new Helix endpoints change #17

Closed roguedarkjedi closed 4 years ago

roguedarkjedi commented 4 years ago

Twitch is yet again updating the Helix API to require an oauth bearer token for every call even if they traditionally did not require authentication. It's pretty silly for some calls that are generally userless but to make sure that the bot framework continues to work, it's important to update to this.

Information can be found here: https://discuss.dev.twitch.tv/t/requiring-oauth-for-helix-twitch-api-endpoints/23916

And a Proof of Concept in PR #16

sharkbound commented 4 years ago

merged pr #16