get_user_tweets
Fetch all tweets posted by a Twitter user. Provide the user's screen name or numeric ID to retrieve their complete tweet history.
Instructions
Fetch all tweets posted by a Twitter user via API
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | Pagination cursor from previous response. | |
| userId | No | Numeric Twitter user ID. Required if `userName` is not provided. Faster than `userName`. | |
| userName | No | Screen name (without @). Required if `userId` is not provided. |