get_followers
Get the list of accounts a Weibo user follows. Provide the user's UID to retrieve their follow list with optional pagination and limit parameters.
Instructions
获取微博用户关注列表。
返回: list[dict]: 包含关注信息的字典列表
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uid | Yes | 微博用户唯一标识 | |
| limit | No | 返回关注数量上限,默认 15 | |
| page | No | 分页页码,默认 1 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |