fa0311 / twitter-openapi-typescript

Implementation of Twitter internal API (Twitter graphql API) in TypeScript
https://www.npmjs.com/package/twitter-openapi-typescript
Other
73 stars 11 forks source link

update 0.0.36 #107

Closed fa0311 closed 1 month ago

fa0311 commented 1 month ago

and more

fa0311 commented 1 month ago
await client.getPostApi().postCreateTweet({
    tweetText: `Test[${time}]`,
    attachmentUrl: 'https://x.com/elonmusk/status/1349129669258448897',
    conversationControl: 'Community', // Community, Verified, ByInvitation
  });