• This repository has been archived on 20/Jun/2021
  • Stars
    star
    1,172
  • Rank 39,625 (Top 0.8 %)
  • Language
    Python
  • Created almost 5 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

telegram group scraper tool. fetch all information about group members

Telegram Group Scrapper


β€’ 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 scraper.py

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

$ python3 smsbot.py members.csv

  • Update Tool

$ python3 setup.py -u