Skip to content

StreamPets/twitch-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StreamPets Twitch Bot

Installation

Clone the repository

git clone git@github.com:StreamPets/twitch-bot.git
cd twitch-bot

Create virtual environment

On Windows and MacOS:

python -m venv venv

On Linux:

python3 -m venv venv

Activate the virtual environment

On Linux and MacOS:

source venv/bin/activate

On Windows:

./venv/Scripts/activate

Install dependencies

pip install -r requirements.txt

Create .env file

BOT_TOKEN=<your bot oauth token>
API_URL=http://localhost:<port>

Bot Token

An OAuth token from your bot's account.

API URL

The URL of the StreamPets Backend instance. You can clone and run it from here.

Usage

To run the bot:

python main.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published