bilibili_user_get_followers
Fetch a Bilibili user's follower list by UID, with configurable page number, page size, and sort order. For other users' accounts, only the first 5 pages of followers are accessible.
Instructions
获取用户粉丝列表
Args: uid: 用户UID page_num: 页码,从1开始 page_size: 每页数量,默认20 order: 排序方式 (desc-倒序, asc-正序)
Returns: 粉丝列表,注意:非自己只能查看前5页
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uid | Yes | ||
| order | No | desc | |
| page_num | No | ||
| page_size | No |