Telegram Group Scraper | Install In Termux | No Root Required

Telegram Group Scrapper

• How To Install & Setup API ( Termux )

:warning::warning::warning::warning::warning: Must Read :warning::warning::warning::warning::warning:
so first of tool I have use in this video is “v1” but latest version is “v3” on github so re Install & “v3” is little bit complicated to use so READ this for : // How To Use //

:warning::warning::warning::warning::warning:

In this video I have shown how to Install & Use Telegram Scrapper Tool In Termux Without Root

what is telegram group scraper tool ?
Telegram Scrapper Can Collect All User Information From A Group & Saves It To members.csv
You can use this in any way you want like promote something with bulk sms to all , or add them all to group (“add2group.py” is still in devlopment i will complete it before 10 December )

API Setup

  • Go to http://my.telegram.org and log in.
  • Click on API development tools and fill the required fields.
  • put app name you want & select other in platform Example :
  • copy “api_id” & “api_hash” after clicking create app ( will be used in setup.py )

• How To Install and Use

$ pkg install -y git python

$ git clone https://github.com/th3unkn0n/TeleGram-Scraper.git

$ cd TeleGram-Scraper

  • Install requierments

$ python3 setup.py -i

  • setup configration file ( apiID, apiHASH )

$ python3 setup.py -c

  • To Genrate User Data

$ python3 scrapr.py

  • ( members.csv is default if you changed name use it )
  • Send Bulk sms To Collected Data

$ python3 smsbot.py members.csv

  • add users to your group ( in devlopment )

$ python3 add2group.py members.csv

  • Update Tool

$ python3 setup.py -u

GitHub Link: https://github.com/th3unkn0n/TeleGram-Scraper

12 Likes