-
Notifications
You must be signed in to change notification settings - Fork 100
Home
alazymeme edited this page May 30, 2021
·
8 revisions
pajbot is a twitch chat bot created by pajlada.
Website
Note: pajbot is in maintenance mode. This means we focus on keeping the project alive by not allowing major overhauls of any pajbot system or any major features. Fixing bugs, updating dependencies and ensuring that code interacting with external APIs still function will be our main goal. Feature requests will not be accepted unless someone is willing to own the feature, and even then some features that change too much of the architecture won't be allowed.
- Install library requirements by typing
./scripts/venvinstall.sh
in the root folder - Copy
./configs/example.ini
to./config.ini
and change the relevant lines in the file. - Run the bot!
./main.py
You can find a detailed installation guide for pajbot in the installation documentation