get_user_following
Retrieve the list of Twitter accounts a specific user follows. Provide a username and optional count (up to 100) to get the following list.
Instructions
Get users that a specific user is following
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Number of following to retrieve (default: 20, max: 100) | |
| username | Yes | Twitter username (without @) |