get_twitter_follower_events
Track follower and unfollower events for a Twitter/X user to monitor engagement changes and audience activity.
Instructions
Get follower/unfollower events for a Twitter/X user.
Args: username: Twitter username (without @). is_follow: True for new followers, False for unfollowers. limit: Maximum events to return (default 20, max 100).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| username | Yes | ||
| is_follow | No | ||
| limit | No |