1
Fork 0
mirror of https://github.com/thegeneralist01/twitter-openapi synced 2026-01-11 15:40:26 +01:00

add priority

Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
ふぁ 2024-11-02 04:56:40 +09:00
parent 3de1deeb8b
commit ee720eb82f
No known key found for this signature in database
GPG key ID: 83A8A5E74872A8AA
2 changed files with 7 additions and 0 deletions

View file

@ -255,6 +255,7 @@ if __name__ == "__main__":
"sec-ch-ua-platform": '"Windows"',
"accept-encoding": "identity",
"referer": twitter_url,
"priority": "u=1, i",
"authorization": f"Bearer {access_token}",
"x-twitter-auth-type": "OAuth2Session",
"x-twitter-client-language": "en",