Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/agucova/g-assistant-mac

A Google Assistant client for macOS.
https://github.com/agucova/g-assistant-mac

google-assistant google-cloud macos python

Last synced: 24 days ago
JSON representation

A Google Assistant client for macOS.

Awesome Lists containing this project

README

        

# g-assistant-mac
A client for the *Google Assistant SDK* in the MacOS Menubar.

## Getting Started

### Prerequisites

Before starting anything, you'll need a bunch of python packages, you can install them using **pip**:

```
pip install -r requirements.txt
```

Then you'll need to get your access to Assistant's api in the **[Google Cloud Platform Console](https://console.cloud.google.com/project)**. You can follow [this](https://www.xda-developers.com/how-to-get-google-assistant-on-your-windows-mac-or-linux-machine/) tutorial for a step-by-step tutorial for setting up the python client (and auth) in your device.

### Installing

**Whoops!** I haven't made a proper macOS app yet, but you can test the app using:

````shell
python app.py
````

## License

While I don't think this is even necessary, **this script** is licensed with the [MIT License](https://opensource.org/licenses/MIT).

MIT License