Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 677 Bytes

Readme.md

File metadata and controls

18 lines (13 loc) · 677 Bytes

Telegram Group Information Collector

This script collects information from a Telegram group, including group details, members, and messages.

Prerequisites

  • Install required dependencies: pip install telethon

Usage

  1. Replace the placeholder values in the script with your own Telegram API ID, API hash, and phone number.
  2. Specify the target group's username or ID.
  3. Run the script.

Files Generated

  • group_info.json: Contains information about the target group.
  • all_messages.csv: CSV file with details of all messages in the group.

Note

Ensure that you have obtained API credentials from the Telegram API website.