TeleScraper by Ziziworks
Youtube | Instagram | Facebook | Telegram Channel | Telegram Group | Twitter
A script written on Python for scraping username, phone on telegram.
It can be used for telegram blasting or inviting members to your group using TeleInviter.
This script can be run on Window's command prompt
and Termux terminal on Android.
A few months ago Ziziwho created TeleInviter, a script to automatically invite members to the telegram groups but did not disclose how zizi was scraping the usernames on the telegram. So zizi has created a TeleScraper to do that. TeleScraper is a script where it is used to extract the usernames from groups on a telegram.
Script that was run in cmd on Windows

Script that was run in termux on Android
HAHAHA! There's no option for iOS 😆😆😆
- Loginable even with 2FA enabled
- Scrap username, phone and group title.
- Easy setup.py installation.
- Easy to configure API ID & API HASH.
- Merge .csv file
- Update script
This is an example of scrapped usernames and phone numbers.
Script is where the magic begins. Go ahead and download it now.
If you don't download the script yet get it now by clicking /releases
You can obtain your own API ID at https://core.telegram.org/api/obtaining_api_id#obtaining-api-id
Do not skip this step ❗ This step is very important and crucial for the next step.
Click to expand!
- Extract TeleScraper.zip
- Open your windows command prompt.
../your_path/ mean path/directory/location to your TeleScraper file.
Type the following command:
python ../your_path/setup.py -h
- Your command prompt should look like this:
- To configure config.data, Type the following command:
python ../your_path/setup.py -c
- To install requirements, type the following command:
python ../your_path/setup.py -i
- Installation finished. To run the TeleScraper, type the following command:
python ../your_path/run.py
Watch video tutorial :
Click to expand!
- Extract TeleScraper.zip
- Open your termux terminal.
../your_path/ mean path/directory/location to your TeleScraper file.
Type the following command:
python ../your_path/setup.py -h
- Your command prompt should look like this:
- To configure config.data, Type the following command:
python ../your_path/setup.py -c

- To install requirements, type the following command:
python ../your_path/setup.py -i
- Installation finished. To run the TeleScraper, type the following command:
python ../your_path/run.py
Watch video tutorial :
python run.py
❗ You must run setup.py before run.py for configurations. Read Installation
Open your windows command prompt or termux terminal. Type the following command:
Windows@Command-Prompt :
python ../your_path/run.py
Android@Termux :
python /storage/emulated/0/Download/telescraper/run.py
Have a bug or an issue with this script? Open a new issue here on GitHub or leave a message on my telegram.


