Changes ;)
[kiosk.git] / kiosk_secrets.py
diff --git a/kiosk_secrets.py b/kiosk_secrets.py
new file mode 100644 (file)
index 0000000..b25f1fa
--- /dev/null
@@ -0,0 +1,22 @@
+#!/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>"