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 :
- Python
- api_id
- api_hash
For get api_id and api_hash id follow below steps
- Go to http://my.telegram.org and log in via your telegram account.
- 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

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.