2022-11-22 23:00:31 +03:00
2022-05-28 17:28:50 +03:00
2022-05-29 15:59:10 +03:00
2022-05-28 18:15:04 +03:00
2022-05-28 18:15:04 +03:00
2022-05-28 17:28:50 +03:00
2022-11-22 23:00:20 +03:00

🦄 go-mention-bot

Second version of mention-all-the-bot

how to run this

$ echo 'version: "2.0"
services:
  bot:
    image: pischule/go-mention-all-bot
    restart: unless-stopped
    volumes:
      - ./data:/app/data
    environment:
      TELEGRAM_TOKEN: "${TELEGRAM_TOKEN}"' > docker-compose.yml
$ echo 'TELEGRAM_TOKEN=<place-your-bot-token-here>' > .env
$ docker compose up -d
Description
No description provided
Readme GPL-3.0 98 KiB
Languages
Go 95.6%
Dockerfile 4.4%