get_user_mentions
Retrieve tweets that mention a specific Twitter user, with optional time range filtering and cursor-based pagination.
Instructions
获取用户的提及
Args:
userName: 用户名称(screen name)(必需)
sinceTime: 在指定的unix时间戳(秒)之后
untilTime: 在指定的unix时间戳(秒)之前
cursor: 用于分页的游标,第一页为空字符串
Returns:
包含用户提及的推文列表,每页返回最多20条提及
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | ||
| userName | Yes | ||
| sinceTime | No | ||
| untilTime | No |