scrape_channel_full
Extract all posts from a Telegram channel and save them to MD and JSON files using authenticated sessions. Ideal for archiving or analyzing channel content.
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 |
---|---|---|---|
save_to_file | No | Save results to MD and JSON files | |
url | Yes | The Telegram channel URL (e.g., https://t.me/channelname) |