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 Saycheese Tool In Termux. (Updated)With the help of Saycheese tool you can access front camera of smartphone or laptop.Installation Commands #professor { borde…
  • Guide For Add Password In Termux.This tool help you to authenticate temux by password, with the help of this tool you can secure your termux and termux tool by password protection.…
  • Guide For Install PhoneSploit Tool In Termux.PhoneSploit is tool for remote ADB Exploitation. With the help of this tool you can control android device by just IP address.Installat…
  • Guide For Install Sherlock Tool In Termux.Sherlock tool help you to search username in 110+ social networks sites. With the help of this tool you can find unique or same username w…
  • Guide For Install FBI Tool In Termux.FBI tool is also called as facebook bot, you can automate so many tasks by FBI tool.Installation Commands #professor { border: 1px solid gre…
  • Guide For Install Kali Nethunter In Non Rooted Android Device via Termux With Graphical User Interface.Kali Nethunter is developed by offensive security which gives you complete ex…

Post a Comment