I hereby claim:
- I am dkiesow on github.
- I am dkiesow (https://keybase.io/dkiesow) on keybase.
- I have a public key ASA1CFkmdskV4_vhOifUdl_p-NL_F9VoUXOv8kuKmJRxuQo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| create_token(app = "my_keynote_app",consumer_key = "XYznzPFOFZR2a39FwWKN1Jp41",consumer_secret = "CtkGEWmSevZqJuKl6HHrBxbCybxI1xGLqrD5ynPd9jG0SoHZbD",access_token = "9551451262-wK2EmA942kxZYIwa5LMKZoQA4Xc2uyIiEwu2YXL",access_secret = "9vpiSGKg1fIPQtxc5d5ESiFlZQpfbknEN1f1m2xe5byw7") |
| #!/usr/bin/env Rscript | |
| ##keynote.R v1.1 Damon Kiesow @dkiesow | |
| ##Use with the Keynote rTweet AppleScript app to automate threaded tweeting during Keynote presentations | |
| ## | |
| ## load rtweet package | |
| library(rtweet) | |
| me <- rtweet:::home_user() | |
| ## Pull parameters from command line (first_status will be "yes" or "no" and provided from the AppleScript) | |
| args <- commandArgs(trailingOnly = TRUE) |
| global extras | |
| global lastTweet | |
| property okflag : false | |
| -- Keynote rTweet 1.0 Damon Kiesow @dkiesow | |
| -- Entirely adapted for rtweet from Keynote-Tweet maintained by Alan Levin @cogdog | |
| -- https://github.com/cogdog/Keynote-Tweet | |
| -- This version requires rtweet from @kearneymw | |
| -- https://rtweet.info/index.html |