A discord bot that randomly reacts to messages, can monitor a minecraft server, and post the top post from r/soup, and roll a random number.
Designed to be ran in a Docker container. I would recomend removing the .env
file from the image before pushing the image anywhere.
Has x86 and ARM32v6 Docker configurations.
.env
DISCORD_TOKEN=<discord bot token>
Copy src/config.py.example
to src/config.py
and customize as desired.
Run
docker build -t secret-scholars-bot .
Run
docker build -f Dockerfile-arm32v6 -t secret-scholars-bot:arm32v6 --build-arg ARCH=arm32v6/ .
Run
docker run -d secret-scholars-bot
Run
docker run -d secret-scholars-bot:arm32v6