Releases: newfpv/ChannelModerationBot
Releases · newfpv/ChannelModerationBot
v1.1.0 — Stable Release
🛡️ 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:
- Fill in the
.envusing the example - Lift the container:
docker-compose up -d --build
Made in Python 3.11 + pyTelegramBotAPI