Last active
October 7, 2019 15:52
-
-
Save monogenea/a858ba25bb1585320c859fe3857cb40e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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