mirror of
https://github.com/pischule/go-mention-all-bot.git
synced 2025-12-19 06:56:43 +00:00
4b9a78549ca6f6a8e4459926e1f63389783c51f3
🦄 go-mention-bot
Second version of mention-all-the-bot
how to run this
$ cat << EOF > docker-compose.yml
services:
bot:
image: ghcr.io/pischule/go-mention-all-bot:master
restart: unless-stopped
volumes:
- ./data:/app/data
environment:
TELEGRAM_TOKEN: "<your-bot-token>"
EOF
$ docker compose up -d
Languages
Go
95.6%
Dockerfile
4.4%