x_get_tweets
Retrieve the latest tweets from a specified user. Optionally set the number of tweets and include retweets.
Instructions
获取指定用户的最新推文列表
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | 获取数量,默认20 | |
| username | Yes | 用户名(不含@) | |
| include_retweets | No | 是否包含转推 |