Ein Telegram-Bot der erfolgreiches Dartspiel mit 1 Woche Auszeit belohnt
export BOT_TOKEN=123456789:abcdefgh
cargo run
oder
docker build -t dartbot:latest .
docker run -e BOT_TOKEN=123456789:abcdefgh dartbot:latest
oder (ohne Docker build)
docker run -e BOT_TOKEN=123456789:abcdefgh docker.registry.github.com/whentze/dartbot/dartbot:latest