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 calling
pip 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
68747470733a2f2f692e6962622e636f2f6a5776363178722f42696c6473636869726d666f746f2d323032312d30362d31352d756d2d31372d35322d31352e706e67

68747470733a2f2f692e6962622e636f2f765a6b476777352f42696c6473636869726d666f746f2d323032312d30362d31352d756d2d31382d31382d35322e706e67


Writing a CAPTCHA bot:

Import TeleBot and the CapchaManager:

from telebot import TeleBot
from pyTelegramBotCAPTCHA

 

 

 

To finish reading, please visit source site