A self hosted telegram bot for managing groups (Build in docker)
8.8K
A self hosted group management bot for large groups, which can automatically restrict, filter some kind of message and helps group administrator to stay AFK. Just give full permission to the bot and your are ready to go.
Demo: @vigilant_tg_bot
docker run -e "TG_BOT_TOKEN=<your-telegram-bot-token-here>" -p 80:5000 biltudas1/vigilantbot:latest
version: "3.9"
services:
vigilantbot:
image: biltudas1/vigilantbot:latest
container_name: vigilantbot
restart: always
ports:
- 80:5000
environment:
TG_BOT_TOKEN: <your-telegram-bot-token-here>
Check the Github Repo for more environment variables
Content type
Image
Digest
sha256:bb5ffd7d7…
Size
29.9 MB
Last updated
about 2 years ago
docker pull biltudas1/vigilantbot