get_user_tweets
Retrieve recent tweets from any Twitter user by providing their username. Specify the number of tweets to fetch, with a default of 20, to get the latest posts for analysis or monitoring.
Instructions
Get recent tweets from a specific user.
Args: screen_name: Twitter username (without @). count: Number of tweets to fetch (default 20).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | ||
| screen_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |