Created Section Twitch (basic) (markdown)

Wim 2018-01-20 23:29:41 +01:00
parent 95272fb1bf
commit 2add3bb5ba

18
Section-Twitch-(basic).md Normal file

@ -0,0 +1,18 @@
Twitch is just irc with an oauth token as password.
:warning: Be warned though that twitch gets A LOT OF messages in almost any chatroom and this will be an issue for other bridges that will ratelimit/ban you.
So be sure to do this only in rooms with not much users
Go to https://twitchapps.com/tmi/
This will get you an oauth token "oauth:yourtoken"
Paste the result in the config below
```
[irc.twitch]
#Add the oauth token here you got from https://twitchapps.com/tmi/
password="oauth:yourtoken"
nick="yournick"
server="irc.chat.twitch.tv:6697"
UseTLS=true
RemoteNickFormat="[{PROTOCOL}] <{NICK}> "
```