#
# authenticate_twitter()
#
# rtweet::get_followers(user = "rfortherest",
# n = 1000)
#
# rtweet::get_mentions()
#
# %>%
# nrow() %>%
# tibble::tibble() %>%
# purrr::set_names("followers") %>%
# dplyr::mutate(date = lubridate::today)
#
# rtweet::post_tweet(status = "test")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.