git clone https://github.com/sneakycrow/cribot.git
cd cribot
Create a bot account (guide) to get a bot token. Create an environment variable as below. (If you do not want to do this everytime, add this line to .bascrc file)
export DISCORD_TOKEN=token
Virtual environment (optional)
python -m pip install venv
python -m venv cribot-env
source cribot-env/bin/activate
Install dependencies
python -m pip install -r requirements.txt
Run main.py
python3 main.py