baboonCaptcha
baboonCaptcha copied to clipboard
A telegram bot that requires new joiners to a chat group to be verified by issuing them a captcha to solve. Say no to bots and spammers basically.
BaboonCaptcha:
A telegram bot that requires new joiners to a chat group to be verified by issuing them a captcha to solve. Say no to bots and spammers basically.
Cloning and Run:
-
git clone https://github.com/eyaadh/baboonCaptcha.git
, to clone the repository. -
cd baboonCaptcha
, to enter the directory. -
pip3 install -r requirements.txt
, to install rest of the dependencies/requirements. - Create a new
config.ini
using the sample available atconfig.ini.sample
. - Run with
python3.8 main.py
, stop with CTRL+C.
It is recommended to use virtual environments while running the app, this is a good practice you can use at any of your python projects as virtualenv creates an isolated Python environment which is specific to your project.