Lately the number of fake accounts and bots is rising in Telegram groups.
Is there any app that recognize the real number of people in a group?
no additional application you need is add API in telegram group to verify new user identity with captcha, bot will verify new user whether he is bot or not. you can see it on Github on the link below, you can add this API or not, it's up to you buddy
Source:
https://github.com/J-Rios/TLG_JoinCaptchaBot- Installation
Note: Use Python 3.6 or above to install and run the Bot, previous version are unsupported.
To generate Captchas, the Bot uses multicolor_captcha_generator library, wich uses Pillow to generate the images.
1. Install Pillow prerequisites:
sudo apt install -y libtiff5-dev libjpeg62-turbo-dev zlib1g-dev libfreetype6-dev liblcms2-dev libwebp-dev tcl8.6-dev tk8.6-dev python-tk
2. Get the project and install JoinCaptchaBot requirements:
git clone https://github.com/J-Rios/TLG_JoinCaptchaBot
pip install -r TLG_JoinCaptchaBot/requirements.txt
for steps 3 and 4 and other info u can visit this link:
https://github.com/J-Rios/TLG_JoinCaptchaBot#installation