git clone git@github.com:StreamPets/twitch-bot.git
cd twitch-bot
On Windows and MacOS:
python -m venv venv
On Linux:
python3 -m venv venv
On Linux and MacOS:
source venv/bin/activate
On Windows:
./venv/Scripts/activate
pip install -r requirements.txt
BOT_TOKEN=<your bot oauth token>
API_URL=http://localhost:<port>
An OAuth token from your bot's account.
The URL of the StreamPets Backend instance. You can clone and run it from here.
To run the bot:
python main.py