A bot used to create round robin seasons for matches between players via Slack.
Install python 3.9 or greater
Create a new virtual environment somewhere
python3 -m venv venv
Activate your environment
source venv/bin/activate
Install dependencies
pip install slack-bolt
pip install slackclient
pip install Flask
pip install paramiko
Download and install node.js
Install node modules
npm install
Build the frontend
npm run build
Run the Admin API
python start_api.py
When you're done you can exit the environment
exit