remove readme from the non-solutions master
authorBenjamin Mako Hill <mako@atdot.cc>
Mon, 11 May 2015 23:55:43 +0000 (16:55 -0700)
committerBenjamin Mako Hill <mako@atdot.cc>
Mon, 11 May 2015 23:55:43 +0000 (16:55 -0700)
README [deleted file]

diff --git a/README b/README
deleted file mode 100644 (file)
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'

Benjamin Mako Hill || Want to submit a patch?