https://github.com/mohnate/telegram-scraper
https://github.com/mohnate/telegram-scraper
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mohnate/telegram-scraper
- Owner: mohnate
- Created: 2025-01-27T21:24:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-27T21:25:38.000Z (over 1 year ago)
- Last Synced: 2025-01-27T22:30:24.670Z (over 1 year ago)
- Language: Python
- Size: 399 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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/mohnate/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`