8fbb4c72af4234c082fa94a55b637e790f1c5481
[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 # Your home assistant key
14 home_assistant_key = '<bearer token>'
15
16 # These can be generated on the developer console at Twitter.
17 twitter_consumer_key = "<your twitter app consumer key here>"
18 twitter_consumer_secret = "<you guessed it>"
19 twitter_access_token = "<your twitter app access token here>"
20 twitter_access_token_secret = "<your twitter app access token secret>"