Skip to content

Instantly share code, notes, and snippets.

@monogenea
Last active October 7, 2019 15:52
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
#!/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