A Python script to extract member details from multiple Telegram groups, including user IDs, usernames, phone numbers, and more.
- 🚀 Multi-Group Scraping: Fetch members from multiple Telegram groups at once.
- 📊 Structured Data: Export to CSV/JSON with fields like
user_id,username,phone,verified, etc. - 🤖 Flexible Auth: Supports both user accounts (MTProto) and bots (Bot API).
- 🔒 Privacy-Aware: Respects Telegram’s rate limits and privacy policies.
- Python 3.7+
- A Telegram API ID & Hash (for user accounts) or a Bot Token (for bots).
- Clone the repo:
git clone https://github.com/yourusername/telegram-group-scraper.git cd telegram-group-scraper