🟣
Twitch feeds
Announce when a Twitch streamer goes live.
Announce when a Twitch streamer goes live.
Set it up
- 1Open Twitch under QONNECT.
- 2Add the Twitch login/URL slug and Discord channel.
- 3Customize go-live copy and embed.
Go-live behavior
QREATE polls Twitch and posts when a stream goes live. It dedupes by stream id, so a new broadcast can post again, but the same live session should not spam repeats.
Platform dependency
If all Twitch feeds fail even with correct usernames, it may be a platform credential issue (TWITCH_CLIENT_ID / TWITCH_CLIENT_SECRET), not a server setup mistake.
Example feed config
json
{
"twitchUsername": "ninja",
"discordChannelId": "#streams",
"messageTemplate": "🟣 **{author}** is now live on Twitch! Tune in: https://twitch.tv/{author}"
}What to know
- Twitch requires platform credentials; if those are missing, it is a QREATE platform issue.
- No generic QONNECT module toggle exists.