No description
| packages/bioloom-ui | ||
| prisma | ||
| public | ||
| src | ||
| .eslintrc.json | ||
| .gitignore | ||
| docker-compose.yml | ||
| LICENSE | ||
| next.config.mjs | ||
| package-lock.json | ||
| package.json | ||
| postcss.config.mjs | ||
| prisma.config.ts | ||
| README.md | ||
| tsconfig.json | ||
Aelios
Twitch chat listener
Set the following environment variables to enable the built-in Twitch chat listener:
TWITCH_CHAT_ENABLED=trueTWITCH_BOT_USERNAME(bot account name)TWITCH_BOT_TOKEN(OAuth token with theoauth:prefix)TWITCH_CHANNELS(comma-separated list, optionally mapping channels to stream country slugs, e.g.streamer1:llasuki,streamer2:othercountry)TWITCH_PACK_WINDOW_SECONDS(optional, default60)DEFAULT_STREAM_COUNTRY_SLUG(optional fallback when no channel mapping is provided)