랭킹으로 돌아가기
th3unkn0n/TeleGram-Scraper
Pythontelegram group scraper tool. fetch all information about group members
telegramtelegram-scrapertelegram-scraper-bottermuxtermux-toolpython3information-retrievalinformation-gatheringsmsbomberlinuxpromotion
주요 지표
스타 성장
스타
1.7k
포크
724
주간 성장
—
이슈
0
5001k1.5k
2019년 12월2021년 1월2022년 2월2023년 3월2024년 5월2025년 6월2026년 7월
아티팩트PyPI
pip install telegram-scraperREADME
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
관련 저장소