Skip to content
This repository has been archived by the owner on Nov 10, 2024. It is now read-only.

Request: Scheduled Tweets? #298

Closed
pbulsink opened this issue Oct 26, 2018 · 2 comments
Closed

Request: Scheduled Tweets? #298

pbulsink opened this issue Oct 26, 2018 · 2 comments

Comments

@pbulsink
Copy link

Request

Twitter has a scheduled tweet API hook, this might be an interesting option instead of scheduling R run to post a tweet with taskscheduleR.

Expected behavior

This could use API hooks discussed in the official API guide https://developer.twitter.com/en/docs/ads/creatives/guides/scheduled-tweets-guide.

This would look like:
schedule_post_tweet(status = "my first rtweet #rstats", media = NULL, time = Sys.Time()+3600, token = NULL, in_reply_to_status_id = NULL, retweet_id = NULL)

This could have a logical time default of 1h (for example).

@hadley
Copy link
Collaborator

hadley commented Mar 9, 2021

This requires a separate twitter ads developer account, which requires agreeing to a number of extra terms of service and policies, so I suspect it is out of scope for rtweet.

@llrs
Copy link
Collaborator

llrs commented Mar 9, 2021

Not necessarily out of scope, I think it might be useful to support it. Certainly it is not about collect and organize Twitter data but it is about Twitter API. However this will need to wait, and not for next release.

@llrs llrs closed this as not planned Won't fix, can't repro, duplicate, stale Apr 27, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants