Simple Captcha Bot is your best friend when you want to protect your Telegram chat from spammers.
Try it out! @simplecaptcha_bot
- Works only in groups with the "request to join" option enabled
- Does not send captcha messages to groups
- Automatically rejects requests if user does not respond to captcha after 2 minutes
- Aiogram v3.0.0b3 - framework for Telegram Bot API
- Redis v7.0 - storage of temporary data and scheduled tasks
- Arq v0.22 - scheduler
git clone https://github.com/prostmich/simplecaptcha-bot.git
cd simplecaptcha-bot
- Rename
config_example.ini
toconfig.ini
- Fill in
config.ini
with your credentials (if you do not want to use webhooks, do not fill in thewebhook
section) - Set the Redis password in
redis.conf
Run docker-compose up -d
to start.