TeleGram-Scraper: telegram group scraper tool

TeleGram-Scraper

TeleGram-Scraper

telegram group scraper tool. It fetches all the information about group members.

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 an 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 requirements

$ python3 setup.py -i

  • setup configuration file ( apiID, apiHASH )

$ python3 setup.py -c

  • To Generate User Data

$ python3 scrapr.py

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

$ python3 smsbot.py members.csv

  • add users to your group ( in development )

$ python3 add2group.py members.csv

  • Update Tool

$ python3 setup.py -u

Demo

https://www.youtube.com/watch?v=I8oR9tuYyrU

Source: https://github.com/th3unkn0n/