mirror of
https://github.com/42wim/matterbridge.git
synced 2025-02-22 16:30:45 +01:00
Created Section Twitch (basic) (markdown)
parent
95272fb1bf
commit
2add3bb5ba
18
Section-Twitch-(basic).md
Normal file
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}> "
|
||||||
|
```
|
Loading…
x
Reference in New Issue
Block a user