-
📥 Member Scraper Scrapes members from a Telegram group (admin access required) and saves them into a
.csvfile. -
➕ Member Adder Adds users from the CSV file into another Telegram group.
-
💬 Bulk Messaging Sends custom messages to scraped users.
- Python 3.x
- Telethon
Install dependencies:
pip install -r requirements.txt-
Go to 👉 https://my.telegram.org
-
Login with your Telegram account
-
Create an application and get:
api_idapi_hash
-
Add these credentials in your config file.
python MembersScraper.pypython MembersAdder.pypython SendMessages.py- You must be an admin in the source group to scrape members.
- Telegram applies strict limits on adding members and messaging.
- Excessive usage may result in temporary or permanent restrictions.
This project is created for educational purposes only. The developer is not responsible for any misuse of this tool.
This project is licensed under the MIT License — see the LICENSE file for details.
Name: VIP Bishnoi GitHub: https://github.com/viphacke Role: Developer
VIP Bishnoi is a developer and content creator focused on building automation tools, exploring cybersecurity concepts, and working on innovative projects related to Telegram, Discord, and gaming systems.
This repository demonstrates how Telegram automation works using Python and Telethon. It serves as a learning resource for understanding API interaction, automation scripts, and CSV-based data handling.