X-Git-Url: https://wannabe.guru.org/gitweb/?a=blobdiff_plain;f=kiosk_secrets.py;fp=kiosk_secrets.py;h=b25f1fa59f889bc179c6bdbdb6e752bb51504784;hb=5c39d86ebc075ccb7be98b1dfab8040b72ff9134;hp=0000000000000000000000000000000000000000;hpb=0bee476055b15d8de59c74b61e5c56f214b83941;p=kiosk.git diff --git a/kiosk_secrets.py b/kiosk_secrets.py new file mode 100644 index 0000000..b25f1fa --- /dev/null +++ b/kiosk_secrets.py @@ -0,0 +1,22 @@ +#!/usr/local/bin/python + +# This can be generated at wunderground.com. +wunderground_key = "" + +# This is your google account and secrets from the pantheon (GCP) +# console for your app. +google_username = "@gmail.com" +google_key = "" +google_client_id = '.apps.googleusercontent.com' +google_client_secret = '' + +# These are from your myq mobile app login. +myq_username = "@gmail.com" +myq_password = "" +myq_appid = "" + +# These can be generated on the developer console at Twitter. +twitter_consumer_key = "" +twitter_consumer_secret = "" +twitter_access_token = "" +twitter_access_token_secret = ""