knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  eval = TRUE
)
library(tweetrbot)

Retrieve credentials

Follow {rtweet} guidelines to Obtaining and using access tokens .

Run the scripts to retweet a specific hashtag

# Run
get_and_store(query = "#rspatial", n_tweets = 20)
retweet_and_update(n_tweets = 20, n_limit = 3, sys_sleep = 600, debug = TRUE)

Run the script to retrieve your user information

get_account_info(user = "talk_rspatial")


statnmap/tweetrbot documentation built on Oct. 22, 2022, 6:25 p.m.