An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# Google Actions Example Python App

## Usage

```
pipenv install
pipenv shell

export OPEN_WEATHER_MAP_KEY=abcdedg
export PROJECT_ID=google-project-id

python app.py
```