scrape_channel
Extract Telegram channel posts in markdown format, including reactions, by providing the channel URL and specifying the maximum number of posts to collect. Ideal for content analysis or archival purposes.
Instructions
Scrape a Telegram channel and return posts in markdown format. Uses authenticated session if logged in.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
include_reactions | No | Include reaction data in the output | |
max_posts | No | Maximum number of posts to scrape (default: 100) | |
url | Yes | The Telegram channel URL (e.g., https://t.me/channelname) |