action_meeting_tweet: Post tweets about the SER Annual Meeting

View source: R/annual_meeting_tweets.R

action_meeting_tweetR Documentation

Post tweets about the SER Annual Meeting

Description

action_meeting_tweet() handles yearly tweeting about the SER Annual Meeting. It randomly pulls one tweet from the meeting tweet queue to post. The function will run March to June, posting 3 tweets a week until May the 5 tweets a week until the meeting starts. This function will not post anything if it is a blackout date. It causes several side effects, including downloading the meeting tweet queue and posting tweets. Requires Google Drive and Twitter authorization.

Usage

action_meeting_tweet(
  period_start = "2019-03-01",
  period_end = "2019-06-18",
  twitter_token = ser_token,
  google_drive_auth = "ttt.rds"
)

Arguments

period_start

beginning of period to tweet about meeting

period_end

end of period to tweet about meeting

twitter_token

an rtweet token for the SER app

google_drive_auth

the name of the google drive authorization file

Value

a data frame containing the updated meeting tweet queue


SERTwitter/ser documentation built on June 27, 2022, 7:37 p.m.