scrape_group
Fetch Telegram group posts using the group URL and return them in markdown format for reading or analysis.
Instructions
Scrape a Telegram group and return posts in markdown format. Uses authenticated session if logged in.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The Telegram group URL (e.g., https://t.me/groupname) | |
| max_posts | No | Maximum number of posts to scrape (default: 100) |