23 lines
291 B
Markdown
23 lines
291 B
Markdown
# 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=
|
|
````
|
|
|