Support for schedule tweets?
Twitter4J is an open-sourced, mavenized and Google App Engine safe Java library for the Twitter API which is released under the Apache License 2.0.
Brought to you by:
hationlove
Originally posted by: igorbrigadir
The Ads API is different, you might find https://github.com/sprinklr-inc/twitter4j-ads more useful instead
Originally posted by: drveresh
@igorbrigadir I checked it, but it has no way to post with an option to schedule.
Originally posted by: drveresh
@blundell Hi, did you find a way to schedule the tweets?
Originally posted by: drveresh
@yusuke Do you have any plan to support this important feature?
Originally posted by: igorbrigadir
@drveresh if using java is not a restriction, you might find a more up to date library for Twitter Ads here: https://developer.twitter.com/en/docs/twitter-ads-api/tools-and-libraries otherwise i think https://github.com/sprinklr-inc/twitter4j-ads is still the most up to date one for java.
Originally posted by: blundell
@drveresh in the end I used AWS with a CloudWatch alarm (cron job) and an AWS lambda that sends a tweet when invoked.
Originally posted by: drveresh
@igorbrigadir Thanks for the details, but it is not for Ads, but for basic tweet postings and scheduling them. For this, do you know any alternative APIs, without getting it done using cron job?
Originally posted by: drveresh
@blundell Thanks, for now, I do a similar way, but I feel it's an inefficient way, instead, some direct Twitter API should have handled it scheduling the tweets.