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")