From 3068ddd4c7e180827b40fa676097eb151546fa1c Mon Sep 17 00:00:00 2001 From: Benjamin Mako Hill Date: Mon, 11 May 2015 16:55:43 -0700 Subject: [PATCH 1/1] remove readme from the non-solutions --- README | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 README 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' -- 2.30.2