2023-04-26 11:36:29 +03:00
2023-04-27 13:28:29 +03:00
2022-11-22 23:47:10 +03:00
2023-06-14 00:01:16 +03:00
2023-06-13 01:05:18 +03:00
2023-05-28 17:23:23 +03:00
2023-06-14 00:01:16 +03:00
2023-04-27 13:28:29 +03:00

🦄 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
Description
No description provided
Readme GPL-3.0 98 KiB
Languages
Go 95.6%
Dockerfile 4.4%