https://github.com/pizzapanther/google-actions-python-example
Example application that implements Google Actions with Python
https://github.com/pizzapanther/google-actions-python-example
Last synced: 2 months ago
JSON representation
Example application that implements Google Actions with Python
- Host: GitHub
- URL: https://github.com/pizzapanther/google-actions-python-example
- Owner: pizzapanther
- License: mit
- Created: 2017-10-31T19:01:43.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T02:23:49.000Z (over 2 years ago)
- Last Synced: 2023-04-10T20:01:43.059Z (about 2 years ago)
- Language: Python
- Size: 2.46 MB
- Stars: 10
- Watchers: 2
- Forks: 3
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Google Actions Example Python App
## Usage
```
pipenv install
pipenv shellexport OPEN_WEATHER_MAP_KEY=abcdedg
export PROJECT_ID=google-project-idpython app.py
```