Captcha-Pro-bot icon indicating copy to clipboard operation
Captcha-Pro-bot copied to clipboard

Captcha-Pro-Bot

A Telegram Bot which will ask new Group Members to verify them by solving an emoji or number captcha.

Demo Group:

BOT LINK:

Features:

  • Emoji Captcha
  • Number Captcha
  • option to turn on
  • option to turn off

Host Locally/VPS:

# screen helps to run 24*7
# install screen if not installed
sudo apt install screen
pip install virtualenv

git clone https://github.com/Jigarvarma2005/Captcha-Pro-bot
cd Captcha-Pro-bot

screen -r captchabot
virtualenv -p /usr/bin/python3 venv
. ./venv/bin/activate

pip install -r requirements.txt

# Setup Configurations in config.py file!
# run the bot
python3 bot.py

(Use python3/pip3 if above commands get errors)

To stop/remove screen and Stop bot 
screen -r captchabot
Then type ctrl+a and then k.
It will ask y/n. Press y.

Follow on:

Thanks to Thomas Shelby for Helping with Logics.

Inspired from @PyrogramBot Captcha and Emoji Captcha