get_user_tweets_and_replies
Fetch tweets and replies posted by a Twitter user using their screen name, with pagination support.
Instructions
Fetch tweets and replies posted by a Twitter user via API
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | Pagination cursor from previous response. | |
| userName | Yes | Screen name (without @). |