mirror of
https://github.com/pischule/go-mention-all-bot.git
synced 2025-12-19 06:56:43 +00:00
12 lines
310 B
Markdown
12 lines
310 B
Markdown
# 🦄 go-mention-bot
|
|
|
|
Second version of [mention-all-the-bot](https://github.com/pischule/mention-all-bot)
|
|
|
|
## how to run this
|
|
|
|
```bash
|
|
$ wget https://raw.githubusercontent.com/pischule/go-mention-all-bot/master/docker-compose.yml
|
|
$ echo "TELEGRAM_TOKEN=<your-telegram-token>" >> .env
|
|
$ docker-compose up
|
|
```
|