b25f1fa59f889bc179c6bdbdb6e752bb51504784
[kiosk.git] / kiosk_secrets.py
1 #!/usr/local/bin/python
2
3 # This can be generated at wunderground.com.
4 wunderground_key = "<your key here>"
5
6 # This is your google account and secrets from the pantheon (GCP)
7 # console for your app.
8 google_username = "<you>@gmail.com"
9 google_key = "<your key here>"
10 google_client_id = '<your app here>.apps.googleusercontent.com'
11 google_client_secret = '<your secret here>'
12
13 # These are from your myq mobile app login.
14 myq_username = "<you>@gmail.com"
15 myq_password = "<your password here>"
16 myq_appid = "<your appid here>"
17
18 # These can be generated on the developer console at Twitter.
19 twitter_consumer_key = "<your twitter app consumer key here>"
20 twitter_consumer_secret = "<you guessed it>"
21 twitter_access_token = "<your twitter app access token here>"
22 twitter_access_token_secret = "<your twitter app access token secret>"