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:
parent
3de1deeb8b
commit
ee720eb82f
2 changed files with 7 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue