Mannele (Alsatian name for Stutenkerl) is a Discord bot for the University of Strasbourg students. It currently displays live transit schedules around our university (and everywhere in the city) but may evolve to provide additional data such as weather and pollution alerts or university related infos.
Linux: Install Docker.io
sudo apt install docker.io
macOS:
You can install Docker desktop directly from the Docker website or using brew cask install docker
Commands to run on Mannele's directory
docker build . --tag mannele
docker run -d --name mannele mannele
Attention: Before launching the run command, be sure to have set up an .env file at the directory root where will be stored your bot's Discord token, CTS Token and Discord's Server Token. Also add the value below;
STATS_SLOT_COUNT=1
You may run this command to check out if Mannele is correctly running;
docker logs mannele
Don't hesitate to contribute by opening issues and pull requests to help with bugs and enhancements.
This bot is licenced under the MIT License (see the LICENSE file).