Skip to content

Releases: newfpv/ChannelModerationBot

v1.1.0 — Stable Release

06 Apr 14:47
37cca5f

Choose a tag to compare

🛡️ Channel Moderation Bot v1.1.0

The first stable version of the bot for automatic moderation of Telegram channels.

What was delivered:

  • Dual-channel Control: the bot monitors two channels at once (memes/news) with separate lists of stop words
  • Media Scan: Checks not only text, but also captions for photos, videos, circles, and animations.
  • Hard Mode: automatic deletion of any stickers and documents to protect against spam
  • Admin Panel: managing the database of forbidden words directly through the TG (commands /add, /del, /list)
  • Docker Ready: quick deployment via docker-compose
  • Logging: detailed log of all deleted messages in log.txt

Quick start:

  1. Fill in the .env using the example
  2. Lift the container: docker-compose up -d --build

Made in Python 3.11 + pyTelegramBotAPI