google-home-push icon indicating copy to clipboard operation
google-home-push copied to clipboard

Works right away? where is the api for

Open paulvanderheijden90 opened this issue 5 years ago • 2 comments

Hello,

So if im right I just need to do the instal " pip install googlehomepush" on my raspberry pi. I need to make sure the Raspberry is connect to my local network and my google home mini is also. And then it will work?

i don't understand where I need to fill in the code you are explaining in the api of you're readme. Can you please help me a bit on the way.

I would like that mij google home mini is speaking a text im sending true my raspberry python project.

Thank you already for your time and effort to help me

paulvanderheijden90 avatar Oct 11 '19 13:10 paulvanderheijden90

I found that the pip install googlehomepush didn't work for me. I had to clone the git and manually install the setup.py. I didn't use the API, I just pasted the code in the 'How to Use' into a file, edited the code, and ran it on my terminal and worked just fine

raav3n avatar Nov 28 '19 21:11 raav3n

You also need to setup the python virtual environment and run the script

peterd550 avatar Nov 21 '20 10:11 peterd550