Sign inSign up

biltudas1/vigilantbot

By biltudas1

Updated about 2 years ago

A self hosted telegram bot for managing groups (Build in docker)

Image
0

8.8K

biltudas1/vigilantbot repository overview

VigilantBot

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

Command
docker run -e "TG_BOT_TOKEN=<your-telegram-bot-token-here>" -p 80:5000 biltudas1/vigilantbot:latest
Docker Compose
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

Tag summary

Content type

Image

Digest

sha256:bb5ffd7d7

Size

29.9 MB

Last updated

about 2 years ago

docker pull biltudas1/vigilantbot