get_comments
Retrieve comments from a Weibo post by providing its feed ID. Supports pagination with the page parameter to browse through comment pages.
Instructions
获取指定微博帖子的评论。
返回: list[dict]: 包含评论信息的字典列表
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| feed_id | Yes | 微博帖子唯一标识 | |
| page | No | 分页页码,默认 1 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |