vaverix / vaverix-twitch-bot

Desktop application that allows you to log-in into multiple Twitch.tv channels at once. It also notifies you when someone mentions you in any channel you choose and has a couple of other extra features. Something like Chatterino, but more advanced. It also has a stream popup!
MIT License
6 stars 1 forks source link

Register your own Twitch application #12

Closed AlcaDesign closed 3 years ago

AlcaDesign commented 3 years ago

Please register your own Twitch application and get your own client ID.

https://github.com/vaverix/vaverix-twitch-bot/blob/db8c370975c030d2bd40cd4de1146060dbe78c9b/src/main/functions.js#L33

You can get one by creating a Twitch account, logging into the Twitch developer site, then open the console and register a new application. This will give you a client ID to replace the above line with.

The benefits of controlling your own Twitch application includes authorizing users and creating client credentials necessary for the current and future Twitch APIs.

vaverix commented 3 years ago

Oh, I forgot to change that, it will be fixed in the next release.