FeedHive/twitter-api-client

Support for scheduling tweets

vinliao opened this issue · 1 comments

I'd like to schedule tweets conveniently with this package.

Here's the docs https://developer.twitter.com/en/docs/twitter-ads-api/creatives/api-reference/scheduled-tweets#post-accounts-account-id-scheduled-tweets

Describe alternatives you've considered
I can call the endpoint directly with axios/fetch.

Well, this is exactly how we use this client with FeedHive 😄
But it's not really in the scope of the client.

FeedHive's API doesn't natively support a way of scheduling tweets.
So you would have to write a service yourself, that uses the Twitter API Client to post at a given time (using a CRON job or the like).