mention-all-bot
mention-all-bot is a telegram bot that helps to mention all users in a group.
Usage
-
Use hosted or host yourself
-
Add to your group
-
Everyone who wants to receive notifications opts-in using /in
-
Now you can call everyone with /all
Commands:
/start - Display help text
/in - Opt-in to receive mentions
/out - Opt-out of receiving mentions
/all - Mention all opted-in users
/stats - Display bot stats
Installation
docker-compose.yml
:
services:
app:
image: ghcr.io/pischule/mention-all-bot:master
restart: always
environment:
TGBOT_TOKEN: "token_example"
DB_CONNSTRING : "host=db port=5432 dbname=postgres user=postgres password=password_example"
db:
image: postgres
restart: always
environment:
POSTGRES_PASSWORD: "password_example"
volumes:
- postgres-data:/var/lib/postgresql/data
volumes:
postgres-data:
docker compose up -d
License
GNU GPLv3