#!/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 = ""