get_feeds
Fetch a user's microblog posts from Weibo using their unique ID.
Instructions
获取微博用户动态。
返回: list[dict]: 包含动态信息的字典列表
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uid | Yes | 微博用户唯一标识 | |
| limit | No | 返回动态数量上限,默认 15 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |