scrape_channel
Extract posts from a Telegram channel in markdown format, including reactions if needed. Specify the channel URL and limit the number of posts to scrape.
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) |