Skip to content

lurbaby/antibot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ANTIBOT image

Description

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.

Technology Stack

  • Python
  • Pyrogram
  • Docker
  • Docker Compose

Prerequisites

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**

Installation and Running

# 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.txt

Docker & Docker-compose

docker build -t anti-bot:latest .
docker-compose up -d

About

algorithm which opposes bots in telegram messenger

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors