From: Benjamin Mako Hill Date: Mon, 11 May 2015 23:55:43 +0000 (-0700) Subject: remove readme from the non-solutions X-Git-Url: https://projects.mako.cc/source/twitter-api-cdsw-solutions/commitdiff_plain/HEAD?hp=622bcf4241be34822f8ec7b87f1a4ad34210bb6c;ds=sidebyside remove readme from the non-solutions --- diff --git a/README b/README deleted file mode 100644 index 0559dbe..0000000 --- a/README +++ /dev/null @@ -1,21 +0,0 @@ -To use these example scripts, you will need authentication details -from Twitter. - -1. - -First, go create and retrieve authenication information Twitter. -Details on how to create this are all on this page: - -https://openhatch.org/wiki/Community_Data_Science_Workshops/Twitter_authentication_setup - -2. - -Edit the file twitter_authentication.py in this directory to record -this information. There are four pieces of information you need and -you will replace every "CHANGE ME" with the value that Twitter has -given you: - -API_KEY = 'CHANGE_ME' -API_SECRET = 'CHANGE_ME' -ACCESS_TOKEN = 'CHANGE_ME' -ACCESS_TOKEN_SECRET = 'CHANGE_ME'