Deeplocal / mocktailsmixer

Make a DIY Robotic Mocktails Mixer Powered by the Google Assistant SDK
http://deeplocal.com/mocktailsmixer
MIT License
391 stars 62 forks source link

Using MocktailMixer without the GoogleCloud/PubSub? #15

Open ghost opened 6 years ago

ghost commented 6 years ago

I have my own python webhook, and my own working agent (which works fine in the simulator), and I want a standalone "build" just like the MocktailMixer, where I can run a single line of code on the RaspberryPi which starts the assistant and I can then ask questions.

Is there a way I can do this with without using Pubsub and the cloudfunction webhook in a similar way to MocktailMixer?