leikoilja / google-home-api

Python 3 community maintained google home APIs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub Workflow Status PyPI GitHub Activity

Google Home community maintained Python API

This package serves to run API commands to your Google Home enhances home devices.

Table of Contents
  1. About The Project
  2. Getting Started
  3. Troubleshooting
  4. Contribution
  5. Credits

About

This is a custom component that is emerging from the [community discussion][community-discussion] of a need to be able to retrieve local google assistant device (like Google Home/Nest etc) authentication tokens and use those tokens making API calls to Google Home devices.

Getting Started

Prerequisites

  • Python 3.8 and newer

Quickstart

Note: the package was written and tested on Python 3.

  • Install the python package
pip install google-home-api

Troubleshooting

Contribution

If you encounter issues or have any suggestions consider opening issues and contributing through PR. If you are ready to contribute to this please read the Contribution guidelines.

Credits

Big thanks to rithvikvibhu's Google Home (2.0) API

About

Python 3 community maintained google home APIs

License:MIT License