A discord bot for notifying about new courses
https://hub.docker.com/r/metrafonic/coursebot
docker pull metrafonic/coursebot
docker run --env "TOKEN=yourdiscordtoken metrafonic/coursebot"
- Clone:
git clone https://github.com/metrafonic/CourseBot
cd CourseBot
- Run in virtual env with python 3
virtualen venv -p python3
- Install reuirements
pip install -r requirements.txt
You need a discord bot token: https://discordapp.com/developers/applications
python CourseBot yourtokengoeshere