get_user_tweets
Retrieve recent tweets from a Twitter user without an API key. Provide the username and optionally specify the number of tweets.
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 |
|---|---|---|---|
| screen_name | Yes | ||
| count | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |