Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 3.64 KB

File metadata and controls

12 lines (8 loc) · 3.64 KB

CreateThreadQuery

Parameters for creating a tweet thread

Fields

Field Type Required Description Example
Items List<string> ✔️ JSON array of tweet texts, e.g. ["1/ hello","2/ world"]. [
"1/ hello",
"2/ world"
]
Cookie string ✔️ Twitter authentication cookie or Twitter auth_token, how-to-get-twitter-cookie ct0=abc123... or 2c4a4e1832096aa694c739b83c83b6d96d43eba7
Proxy string Optional HTTP proxy. Example: http://username:password@ip:port http://username:password@ip:port