Changes ;)
[kiosk.git] / secrets.py
diff --git a/secrets.py b/secrets.py
deleted file mode 100644 (file)
index b25f1fa..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-#!/usr/local/bin/python
-
-# This can be generated at wunderground.com.
-wunderground_key = "<your key here>"
-
-# This is your google account and secrets from the pantheon (GCP)
-# console for your app.
-google_username = "<you>@gmail.com"
-google_key = "<your key here>"
-google_client_id = '<your app here>.apps.googleusercontent.com'
-google_client_secret = '<your secret here>'
-
-# These are from your myq mobile app login.
-myq_username = "<you>@gmail.com"
-myq_password = "<your password here>"
-myq_appid = "<your appid here>"
-
-# These can be generated on the developer console at Twitter.
-twitter_consumer_key = "<your twitter app consumer key here>"
-twitter_consumer_secret = "<you guessed it>"
-twitter_access_token = "<your twitter app access token here>"
-twitter_access_token_secret = "<your twitter app access token secret>"