get_user_followers
Retrieve the list of followers for any Twitter user by providing their username. Specify a count up to 100 to control results.
Instructions
Get followers of a specific user
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Number of followers to retrieve (default: 20, max: 100) | |
| username | Yes | Twitter username (without @) |