The TeleGram-Scraper tool developed in python used to fetch all information about group members. This working on Telegram API. Follow the below procedures to install the tool.
Telegram API Setup
- Go to http://my.telegram.org and log in
- Click on API development tools and fill in the required fields.
- put app name you want & select other in platform Example :
- copy "api_id" & "api_hash" after clicking create an 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
Application dependencies
$ python3 setup.py -i
$ python3 setup.py -c
$ python3 scraper.py
Send Bulk SMS To Collected Data
Update Tool
Mostly you will get the pip module "Telethon" installation error. Avoid by following the below steps.$ python3 smsbot.py members.csv
$ python3 setup.py -u
ISSUES on Installation :
$pip install setuptools
$git clone https://github.com/LonamiWebs/Telethon.git
$python3 setup.py install