Menu

#322 Support for schedule tweets?

open
nobody
None
2021-12-05
2019-03-19
Anonymous
No

Originally created by: blundell

https://developer.twitter.com/en/docs/ads/creatives/guides/scheduled-tweets-guide.html

1) Is someone working on this api as a feature?
2) Does it make sense for the library to support this api?
3) When can I haz it :D

If the answer is: yes it makes sense but super busy / not already doing it, I might have a crack at adding support myself, so need to know :)

thanks for the lib 🚀

Discussion

  • Anonymous

    Anonymous - 2019-03-19

    Originally posted by: igorbrigadir

    The Ads API is different, you might find https://github.com/sprinklr-inc/twitter4j-ads more useful instead

     
  • Anonymous

    Anonymous - 2021-11-29

    Originally posted by: drveresh

    The Ads API is different, you might find https://github.com/sprinklr-inc/twitter4j-ads more useful instead

    @igorbrigadir I checked it, but it has no way to post with an option to schedule.

     
  • Anonymous

    Anonymous - 2021-11-29

    Originally posted by: drveresh

    @blundell Hi, did you find a way to schedule the tweets?

     
  • Anonymous

    Anonymous - 2021-11-29

    Originally posted by: drveresh

    @yusuke Do you have any plan to support this important feature?

     
  • Anonymous

    Anonymous - 2021-11-30

    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.

     
  • Anonymous

    Anonymous - 2021-12-05

    Originally posted by: drveresh

    @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.

    @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?

     
  • Anonymous

    Anonymous - 2021-12-05

    Originally posted by: drveresh

    @drveresh in the end I used AWS with a CloudWatch alarm (cron job) and an AWS lambda that sends a tweet when invoked.

    @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.

     

Log in to post a comment.