# Load Packages -----------------------------------------------------------
library(tidyverse)
library(googlesheets4)
library(rtweet)
library(lubridate)
library(rrutweets)
# Authentication ----------------------------------------------------------
authenticate_googlesheets()
authenticate_twitter()
# Post Tweet --------------------------------------------------------------
post_tweet(status = "Test",
token = twitter_token)
temp <- get_followers(user = "rfortherest",
n = 10000)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.