get_user_followings
Retrieve the list of users that a specified Twitter user follows, with pagination support to get up to 200 followings per page.
Instructions
获取用户的关注列表
Args:
userName: 用户名称(screen name)(必需)
cursor: 用于分页的游标,第一页为空字符串
Returns:
包含用户关注列表的字典,每页返回最多200个关注用户
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | ||
| userName | Yes |