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: about 1 year ago
JSON representation
A Google Assistant client for macOS.
- Host: GitHub
- URL: https://github.com/agucova/g-assistant-mac
- Owner: agucova
- Created: 2017-05-01T00:52:19.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-07-13T11:00:07.000Z (over 6 years ago)
- Last Synced: 2025-02-24T08:47:21.872Z (about 1 year ago)
- Topics: google-assistant, google-cloud, macos, python
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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).