Malaji71's picture
Update README.md
8b0c991 verified
---
title: Telegram Network Mapper
emoji: ๐ŸŒ
colorFrom: blue
colorTo: green
sdk: gradio
sdk_version: 5.33.0
app_file: app.py
pinned: false
license: apache-2.0
---
## Telegram Network Mapper
This application visualizes the network of Telegram channels based on message forwarding patterns. Enter a channel username to analyze its interactions.
### How to Use
1. Enter the username of a Telegram channel (e.g., `@example_channel`).
2. Click "Submit" to generate the network graph.
### Features
- Extracts messages from Telegram channels.
- Identifies message forwarding patterns.
- Visualizes the interaction network as a directed graph.
### Notes
- Ensure the channel is public and accessible via its username.
- The application uses the Telegram API, so some delays may occur during data extraction.