scrape_channel_authenticated
Access and scrape restricted Telegram channel content using authenticated sessions. Specify the channel URL and optionally set the maximum number of posts to retrieve.
Instructions
Scrape a Telegram channel using authenticated session (can access restricted content)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
max_posts | No | Maximum number of posts to scrape (default: 100) | |
url | Yes | The Telegram channel URL (e.g., https://t.me/channelname) |