An easy to use image CAPTCHA soltion for pyTelegramBotAPI
pyTelegramBotCAPTCHA
An easy to use and (hopefully useful) image CAPTCHA soltion for pyTelegramBotAPI.
Installation:
pip install pyTelegramBotCAPTCHA
Do not forget to update the package from time to time by callingpip install pyTelegramBotCAPTCHA --upgrade
Description:
Do you have problems with userbots that spam your groups or add your group members to other chats? Then this package can help you to protect your groups and members! It’s very easy to integrate into your existing bot and also easy to customize the CAPTCHA image with your own fonts.
You can also choose between digits and hexdigits for your CAPTCHA generation.
Note: You should have basic knowledge about the pyTelegramBotAPI
Writing a CAPTCHA bot:
Import TeleBot and the CapchaManager:
from telebot import TeleBot
from pyTelegramBotCAPTCHA