Skip to content

telegram group scraper tool. fetch all information about group members

Notifications You must be signed in to change notification settings

heosua91/telegram-scraper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  • Install requirements

$ python3 setup.py -i

  • setup configuration file ( apiID, apiHASH )

$ python3 setup.py -c

  • To Generate 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

• Development

  • Create virtual environment

$ python3 -m venv .venv

About

telegram group scraper tool. fetch all information about group members

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%