Telegram-Scraper-Adder tool

2 min read

Guide for install Telegram-Scraper-Adder tool in Termux.

This tool is based on python script based on api of telegram. This tool use for scrape members from desired telegram group and add those members to your group.

Prerequisites :

  1. Python 
  2. api_id 
  3. api_hash

For get api_id and api_hash id follow below steps

  • Click on API developement tools and fill the required fields.
  • Put any app name & select other things
  • After that you will get api_id and api_hash just copy them we need that for scrape and add telegram members.

Commands for install this tool in termux.

pkg up -y

pkg install git -y

pkg install python -y

git clone https://github.com /termuxprofessor/Telegram-Scraper-Adder

cd Telegram-Scraper-Adder

python setup.py

After that fill requirements like api_id, api_hash, mobile number with country code then hit enter.

Commands for scrape members from desired telegram group.

python scraper.py


Termux Detective
After that enter otp which came to your telegram account then select group from which you want to scrape members

Commands for add members in your telegram group.

python adder.py

select group in which you want to add members. Members adding process will be started.

Telegram only allow to add up to 200 members in any group by one user. For add more members use multiple telegram account.

In one session only add up to 50 members then stop script and wait for 15-30 minute then add members again otherwise you will get flood error. 

I am Kunal and I am 14 years old

You may like these posts

  • Guide For Install Track-IP Tool In Termux.With the help of this tool you can find your  IP details and get details from any other IP address.Installation Commands #professor …
  • Guide For Install PureBlood Tool In Termux.Pure Blood is most powerful all in one Information Gathering and Penetration testing tool.Installation Commands #professor { bord…
  • Guide For Install T-Lazy Tool In Termux.This Script will help you to install Metasploit, Ngrok and Apktool easily in termux.Installation Commands #professor { border: 1px solid …
  • Guide For Install CamPhish Tool In Termux.With the help of this tool you can grab snap shot from victim device by just sending link.Installation Commands #professor { border: 1p…
  • Guide For Install Instagram Bot Tools In Termux.This Guide is for install instagram bot tools in termux, with the help of this tools you can auto unfollow, auto follow, auto likes,…
  • Hello guys, today I am going to tell you about how to hack android device by termux with the help of Metasploit Payload. We are going to use Ngrok for port forwading.Follow my step…

Post a Comment