Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/th3unkn0n/TeleGram-Scraper
telegram group scraper tool. fetch all information about group members
https://github.com/th3unkn0n/TeleGram-Scraper
information-gathering information-retrieval linux promotion python3 smsbomber telegram telegram-scraper telegram-scraper-bot termux termux-tool
Last synced: 21 days ago
JSON representation
telegram group scraper tool. fetch all information about group members
- Host: GitHub
- URL: https://github.com/th3unkn0n/TeleGram-Scraper
- Owner: th3unkn0n
- Archived: true
- Created: 2019-12-03T11:32:21.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-20T11:51:46.000Z (over 3 years ago)
- Last Synced: 2024-08-05T17:44:37.089Z (4 months ago)
- Topics: information-gathering, information-retrieval, linux, promotion, python3, smsbomber, telegram, telegram-scraper, telegram-scraper-bot, termux, termux-tool
- Language: Python
- Homepage:
- Size: 561 KB
- Stars: 1,431
- Watchers: 110
- Forks: 722
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - th3unkn0n/TeleGram-Scraper - telegram group scraper tool. fetch all information about group members (Python)
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/th3unkn0n/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`