scrape_channel_full
Scrape all posts from a Telegram channel and save to Markdown and JSON files. Returns the file location of the saved data.
Instructions
Scrape ALL posts from a Telegram channel and save to file. Uses authenticated session if logged in. Returns file location.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The Telegram channel URL (e.g., https://t.me/channelname) | |
| save_to_file | No | Save results to MD and JSON files |