A discord bot that wraps iCanteen and Bakaláři using requests and discord.py Written in python 3 by HyScript7 and Mobilex
You are free to distribute, modify and use the application under the same license.
python3 -m pip install -r ./requirements.txt
python3 ./main.py
Create a docker-compose.yml file:
version: "3.9"
services:
bot:
build: .
restart: always
Creating and running:
docker-compose up -d
Stopping and removing:
docker-compose down