| 1 | # Twitch |
| 2 | |
| 3 | - Status: ??? |
| 4 | - Maintainers: ??? |
| 5 | - Features: ??? |
| 6 | |
| 7 | ## Configuration |
| 8 | |
| 9 | > [!WARNING] |
| 10 | > Twitch gets A LOT OF messages in almost any chatroom and this will be an |
| 11 | > issue for other bridges that will ratelimit/ban you. |
| 12 | > So be sure to do this only in rooms with not much users |
| 13 | |
| 14 | > [!WARNING] |
| 15 | > To relay messages to Twitch, The Twitch user will require mod powers |
| 16 | > for the channel/streamer specified in the gateway settings. |
| 17 | |
| 18 | **Basic configuration example:** |
| 19 | |
| 20 | ```toml |
| 21 | [irc.twitch] |
| 22 | RemoteNickFormat="[{PROTOCOL}] <{NICK}> " |
| 23 | Nick="yournick" |
| 24 | Password="oauth:yourtoken" |
| 25 | Server="irc.chat.twitch.tv:6697" |
| 26 | UseTLS=true |
| 27 | ``` |
| 28 | |
| 29 | ## FAQ |
| 30 | |
| 31 | ### How to get a Twitch OAuth token for my matterbridge bot? |
| 32 | |
| 33 | > [!WARNING] |
| 34 | > The service we recommend strongly recommends against using it for more than |
| 35 | > development/testing purposes. |
| 36 | |
| 37 | [Twitch Token Generator](https://twitchtokengenerator.com/) can generate OAuth tokens on demand for your bots. |
| 38 | |