Twitch
Built-In
Built-In
↩️ Back
Setting up Twitch is not that hard of a job!
As with most of these platforms, you need to modify credentials.xml
However, before doing anything, just change this property to "Twitch"
<ActivePlatforms>Twitch</ActivePlatforms>
ActivePlatforms supports multiple platforms (following by a comma symbol)
There are 2 required properties specified for Twitch!
<Twitch.Username>coolUser</Twitch.Username>
<Twitch.OAuth>oauth:s0m304uThK3y</Twitch.OAuth>
Twitch.Username - As simple as it sounds, take a look at your twitch link! (e.g, https://www.twitch.tv/blayms)
Twitch.OAuth - This is a very dangerous part here, DO NOT SHARE IT WITH NOBODY
Here is how to grab your OAuth!
1. Go to twitchtokengenerator.com
2. Select "Custom Scope Token"
3. Scroll down a little, then find and check "chat:read" token scope
4. Scroll down again, find the "Generate Token!" button, click on it and authorize with your proper Twitch account
5. At the start of the page, you should be seeing your "ACCESS TOKEN", copy it. Paste into Twitch.OAuth with oauth: at the beginning!
If you can't find any of these properties in credentials.xml, just add them manually!