ChankitSaini / Telegram-Scraper-Adder

Python Script for scrapping Telegram Members from a group to another.

Home Page:https://replit.com/@ChankitSaini/TelegramScrapperAdder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Telegram Scraper Adder

wtf, atlest just fuking ⭐ star ⭐ it


• 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/ChankitSaini/TeleGram-Scraper-Adder

$ cd Telegram-Scraper-Adder

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

$ python setup.py

  • To scrap members from group.

$ python scraper.py

  • Add Scraped members to your group.

$ python adder.py

About

Python Script for scrapping Telegram Members from a group to another.

https://replit.com/@ChankitSaini/TelegramScrapperAdder

License:MIT License


Languages

Language:Python 100.0%