powered by
This function uses the API v2 to post tweets.
tweet_post(text, ..., token = NULL)
Text of the tweet.
Other accepted arguments.
This endpoint accepts a OAuth2.0 authentication (can be created via rtweet_oauth2()) or a bearer token (can be created via rtweet_app()).
rtweet_oauth2()
rtweet_app()
https://developer.twitter.com/en/docs/twitter-api/tweets/manage-tweets/api-reference/post-tweets
if (FALSE) { # It requires the Oauth2.0 Authentication tp_id <- tweet_post("Posting from #rtweet with the basic plan") tweet_post() }
Run the code above in your browser using DataLab