Multi-purpose discord bot started as a collaborative project among university students experimenting with APIs.
- Clone the repo.
cd
to repopip3 install virtualenv
if not installedvirtualenv bot_env
source bot_env/bin/activate
pip3 install -r requirements.txt
- Then you can run
python3 main.py
- If you want a shell script to this submit an issue and I'll make it.