Intro to rtweet

This vignette provides a quick tour of the R package, describing what could be possible to do.

library("rtweet")

Authenticate

First you should set up your own credentials, lease read the vignette("auth", "rtweet").

Free

Posting statuses

You can post tweets with:

tweet_post(paste0("My first tweet with #rtweet #rstats at ", Sys.time()))

Your own data

user_self()