Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 464 Bytes

INSTALL.md

File metadata and controls

29 lines (18 loc) · 464 Bytes

Setup CactusBot:

git clone https://github.com/CactusDev/CactusBot
cd CactusBot
pip3 install -r requirements.txt
cp config.template.py config.py

Next, open config.py with your favorite text editor, and set USERNAME and PASSWORD to the bot's credentials, and set CHANNEL to your channel's name.

Usage

Start RethinkDB:

rethinkdb

Start CactusAPI:

python run.py

Start Sepal:

npm start

Start CactusBot:

python run.py