This is simple discord bot which takes feed from menicka.cz server using requests and lxml -> parses part of the html file which we are interested in and pasting the content to the Discord server via Bot.
DO NOT FORGET TO REGISTER {$DISCORD_TOKEN} environment variable in your system or .env file
pip install pipenv
pip install -r requirements.txt
echo "DISCORD_TOKEN=<YOUR-SECRET-TOKEN-GOES-HERE>" > .env
python3 app.py
docker build -t discord-menicka-bot .
docker run -d discord-menicka-bot