yeahyesfine
yeahyesfine
please use: https://github.com/yeahyesfine/curl_cffi or https://github.com/yeahyesfine?tab=repositories
u can use this endpoint https://docs.twitterxapi.com/api-reference/tweet-actions-endpoints/create-a-tweet-or-reply
import requests url = "https://api.twitterxapi.com/twitter/tweets/lookup" payload = ["1966411479584018440"] headers = { "Authorization": "Bearer token", "Content-Type": "application/json" } response = requests.post(url, json=payload, headers=headers) print(response.json())
Currently, you can only query the favorites list under your own tweets, and cannot view the favorites list of other people's tweets.