ANTI bot is a tool designed to combat automated bots in Telegram Messenger. If you have a Telegram group and want to prevent spam, you can add this bot. When a user joins the chat, the bot restricts user permissions and sends a simple captcha. If the user answers correctly, they regain all permissions in the group, and the message will be automatically deleted. If the user doesn't answer, the message will automatically be deleted after 60 seconds.
- Python
- Pyrogram
- Docker
- Docker Compose
You need to create file config.py after clonning and add variables this variables
**api_id=YOUR_API_ID**
**api_hash=YOUR_API_ID**
**bot_token=YOUR_BOT_TOKEN**# Clone the repo
git clone https://github.com/lurbaby/antibot.git
# Change the working directory to antibot
cd antibot
# Install the requirements
python3 -m pip install -r requirements.txtdocker build -t anti-bot:latest .
docker-compose up -d
