获取用户发帖/Get user post
Twitterapi
About
获取用户发帖/Get user post
Documentation
获取用户发帖/Get user post
[中文]
用途:
- 获取用户发帖
参数:
- screen_name: 用户名,例如:elonmusk,可以从用户主页链接中获取,例如:https://twitter.com/elonmusk 中的 elonmusk。
- rest_id: 用户ID,例如:44196397,如果使用用户ID则会忽略用户名,两者只能选其一。
- cursor: 游标,默认为None,用于翻页,后续从上一次请求的返回结果中的JSON中获取。
返回:
- 用户发帖
[English]
Purpose:
- Get user post
Parameters:
- screen_name: Screen Name, for example: elonmusk, can be obtained from the user's homepage link, for example: elonmusk in https://twitter.com/elonmusk
- rest_id: User ID, for example: 44196397, if the user ID is used, the username will be ignored, only one of them can be selected.
- cursor: Cursor, default is None, used for paging, obtained from the JSON in the last request.
[示例/Example]
screen_name = "elonmusk" rest_id = 44196397 cursor = None
Imported from a validated TikHub OpenAPI document. Pricing must be reviewed before enabling.
Try 获取用户发帖/Get user post
Test this model in the Sandbase Playground with your own prompts.
Open in Playground