Skip to content

A code to scrap telegram group members data and adds them to another telegram group.

License

Notifications You must be signed in to change notification settings

SkidGod4444/TeleGram-Member-Adder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Telegram Member Adder


• 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/SkidGod4444/TeleGram-Member-Adder

$ cd TeleGram-Member-Adder

  • Install requierments

$ python Operator\Setup.py -i

  • setup configration file ( apiID, apiHASH )

$ python Operator\Setup.py -c

  • To Genrate User Data

$ python Operator\Scrapper.py

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

$ python Operator\MassDM.py members.csv

  • Add Members To Your Group

$ python Operator\Adder.py members.csv

  • Update Tool

$ python Operator\Setup.py -u