scrape_channel
Scrape Telegram channel posts and retrieve them in markdown format. Specify channel URL, limit posts, and optionally include reaction data.
Instructions
Scrape a Telegram channel and return posts in markdown format. Uses authenticated session if logged in.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The Telegram channel URL (e.g., https://t.me/channelname) | |
| max_posts | No | Maximum number of posts to scrape (default: 100) | |
| include_reactions | No | Include reaction data in the output |