Weibo Post Reposts API
Reposts of a post. Costs 1 credit per request.
POST/api/v1/weibo/post/reposts
Authorizations
AuthorizationstringheaderrequiredBearer authentication header of the form Bearer <token>, where <token> is your Scavio API key (e.g. Bearer sk_live_your_key).
Body
application/jsonidstringrequiredPost id
Example: EX_POST
max_idstringPagination cursor from a previous response. Omit for the first page.
Request
from scavio import ScavioClient
client = ScavioClient(api_key="sk_live_your_key")
result = client.weibo.request("/api/v1/weibo/post/reposts", {"id": "EX_POST"})
print(result)Response
},
"response_time": 1186
}