14 lines
227 B
Markdown
14 lines
227 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:
|
|
|
|
````
|
|
TMI_TOKEN=oauth:
|
|
CLIENT_ID=
|
|
BOT_NICK=
|
|
BOT_PREFIX=!
|
|
CHANNEL=
|
|
````
|
|
|