get_hot_feeds
Retrieve popular posts from a Weibo user by providing their UID. Optionally set a limit for the number of posts returned (default 15).
Instructions
获取微博用户热门动态。
返回: list[dict]: 包含热门动态信息的字典列表
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uid | Yes | 微博用户唯一标识 | |
| limit | No | 返回动态数量上限,默认 15 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |