mirror of
https://github.com/lyx0/ollama-twitch-bot.git
synced 2024-11-06 18:52:03 +01:00
8 lines
314 B
Text
8 lines
314 B
Text
# Username of the account the bot will run on.
|
|
TWITCH_USERNAME=mycooltwitchusername
|
|
|
|
# oauth token can be generated here: https://twitchapps.com/tmi/
|
|
TWITCH_OAUTH=oauth:cooloauthtokenhere
|
|
|
|
# Comma seperated list of twitch channels the bot should join (no spaces)
|
|
TWITCH_CHANNELS=channelone,channeltwo,channelthree
|