mirror-ollama-twitch-bot/env.example

9 lines
314 B
Text
Raw Normal View History

2024-03-05 19:33:40 +01:00
# Username of the account the bot will run on.
2024-03-03 00:07:33 +01:00
TWITCH_USERNAME=mycooltwitchusername
2024-03-05 19:33:40 +01:00
# oauth token can be generated here: https://twitchapps.com/tmi/
2024-03-03 00:07:33 +01:00
TWITCH_OAUTH=oauth:cooloauthtokenhere
2024-03-05 19:29:20 +01:00
2024-03-05 19:33:40 +01:00
# Comma seperated list of twitch channels the bot should join (no spaces)
2024-03-05 19:29:20 +01:00
TWITCH_CHANNELS=channelone,channeltwo,channelthree