Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 4.54 KB

File metadata and controls

16 lines (12 loc) · 4.54 KB

PostTweetWithoutCookieQuery

Parameters for posting a tweet without providing cookie (uses random cookie from pool)

Fields

Field Type Required Description Example
mediaUrl ?string Single media URL: image, GIF, or video. Prefer media_urls for multiple images. https://example.com/image.jpg
mediaUrls array<string> Media URLs to attach (max 4 images, or 1 GIF, or 1 video). Cannot mix GIF/video with other media. [
"https://example.com/image1.jpg",
"https://example.com/image2.jpg"
]
tweetContent string ✔️ Content of the tweet to post Hello, Twitter! 🐦
schedule ?string Schedule time for the tweet in ISO format 2024-01-01T12:00:00Z
replyTweetId ?string ID of tweet to reply to 1234567890123456789
communityName ?string Name of Twitter community to post in or community id Python Developers or 1234567890123456789
quoteTweetUrl ?string URL of tweet to quote https://twitter.com/user/status/1234567890123456789