scrape_date_range
Scrape Telegram posts within a specified date range to retrieve historical content. Provide a channel URL and start date, with optional end date, for targeted extraction.
Instructions
Scrape posts within a specific date range. Uses authenticated session if logged in.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The Telegram channel/group URL | |
| date_to | No | End date in ISO format (e.g., 2024-01-31) | |
| date_from | Yes | Start date in ISO format (e.g., 2024-01-01) |