scrape_group
Extract posts from Telegram groups and return them in markdown format. Specify the group URL and optionally limit the number of posts for streamlined content retrieval.
Instructions
Scrape a Telegram group and return posts in markdown format. Uses authenticated session if logged in.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
max_posts | No | Maximum number of posts to scrape (default: 100) | |
url | Yes | The Telegram group URL (e.g., https://t.me/groupname) |