Skip to content

Instantly share code, notes, and snippets.

@monogenea
Last active October 7, 2019 15:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save monogenea/a858ba25bb1585320c859fe3857cb40e to your computer and use it in GitHub Desktop.
Save monogenea/a858ba25bb1585320c859fe3857cb40e to your computer and use it in GitHub Desktop.
#!/Library/Frameworks/R.framework/Resources/Rscript
# Mon Apr 15 18:41:47 2019 ------------------------------
library(rtweet)
# Twitter API
create_token(app = "INSERT_HERE",
consumer_key = "INSERT_HERE",
consumer_secret = "INSERT_HERE",
access_token = "INSERT_HERE",
access_secret = "INSERT_HERE")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment