获取用户媒体/Get user media

Twitterapi

About

获取用户媒体/Get user media

Documentation

获取用户媒体/Get user media

[中文]

用途:

  • 获取用户媒体

参数:

  • screen_name: 用户名,例如:elonmusk,可以从用户主页链接中获取,例如:https://twitter.com/elonmusk 中的 elonmusk。
  • rest_id: 用户ID,例如:44196397,如果使用用户ID则会忽略用户名,两者只能选其一。
  • cursor: 游标,默认为None,用于翻页,后续从上一次请求的返回结果中的 next_cursor 获取

返回:

  • 用户媒体

[English]

Purpose:

  • Get user media

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 next_cursor in the last request

Return:

  • User media

[示例/Example]

screen_name = "elonmusk" cursor = ""

Imported from a validated TikHub OpenAPI document. Pricing must be reviewed before enabling.

Try 获取用户媒体/Get user media

Test this model in the Sandbase Playground with your own prompts.

Open in Playground

Related Models