X-Git-Url: https://wannabe.guru.org/gitweb/?a=blobdiff_plain;f=secrets.py;fp=secrets.py;h=0000000000000000000000000000000000000000;hb=5c39d86ebc075ccb7be98b1dfab8040b72ff9134;hp=b25f1fa59f889bc179c6bdbdb6e752bb51504784;hpb=0bee476055b15d8de59c74b61e5c56f214b83941;p=kiosk.git diff --git a/secrets.py b/secrets.py deleted file mode 100644 index b25f1fa..0000000 --- a/secrets.py +++ /dev/null @@ -1,22 +0,0 @@ -#!/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 = ""