Skip to content

Python Script For Scrape Telegram Members From One Group And Add That Members To Another Group.

DeveloperJayu/TGAdder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

• Note

• 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 In Termux

$ pkg up -y

$ pkg install python -y

$ pkg install git

$ git clone https://github.com/DeveloperJayu/TGAdder

$ cd TGAdder

  • Install requierments & Setup Configuration File. ( apiID, apiHash )

$ python setup.py

  • To Scrape members from group.

$ python scraper.py

  • Add Scrapped members to your group.

$ python adder.py

About

Python Script For Scrape Telegram Members From One Group And Add That Members To Another Group.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages