Project to create a bot for Twitch using Python and the library TwitchIO
Go to file
2025-06-23 11:34:28 +02:00
.gitignore Initial commit adding the test code 2023-01-05 15:04:40 +01:00
bot.py Send a message when the values are changed 2025-06-23 11:34:28 +02:00
config.json Created a config json file for the default values 2025-06-20 13:10:46 +02:00
LICENSE Initial commit 2023-01-05 14:57:38 +01:00
Pipfile Initial commit adding the test code 2023-01-05 15:04:40 +01:00
README.md Updated readme with the new fields for the .env file 2023-01-22 10:30:58 +01:00

TwitchBot

Project to create a bot for Twitch using Python and the library TwitchIO.

Is necessary to create a '.env' file with the following parameters:

# .env
TMI_TOKEN=
CLIENT_ID=
CLIENT_SECRET=
BOT_NICK=
BOT_PREFIX=!
CHANNEL=

ARRIVAL=

TWITTER=
INSTAGRAM=
DISCORD=
ITCHIO=