- Create a Twitch app in Twitch console following this tutorial
- Get your Client identifier.
- Generate a new Client secret.
- Create a
.envfile in app directory. - Set your Client ID and Secret in
.envfile like in the example below.
ID=<your-client-id>
SECRET=<your-client-secret>pip3 install -r requirements.txtAdd the different channels names to the channels.txt file.
