reformatted/tweaked and added the examples from example.py in the yelpapi package
[yelp-api-cdsw] / yelp_authentication.py
diff --git a/yelp_authentication.py b/yelp_authentication.py
new file mode 100644 (file)
index 0000000..bc817e5
--- /dev/null
@@ -0,0 +1,4 @@
+CONSUMER_KEY = 'CHANGE_ME'
+CONSUMER_SECRET = 'CHANGE_ME'
+TOKEN = 'CHANGE_ME'
+TOKEN_SECRET = 'CHANGE_ME'

Benjamin Mako Hill || Want to submit a patch?