fforchino / vectorx

This project is to develop new voice commands and features for Vector. It runs on top of Wirepod setups
MIT License
49 stars 17 forks source link

Own code and extensions #5

Open Hotline2020 opened 1 year ago

Hotline2020 commented 1 year ago

I admire your work very much. The installation of Vectorx is very simple and intuitive. Now I stand at the point where I would like to create and integrate my own scripts on Wire Pod server. Could you give me some help as I do best.

fforchino commented 1 year ago

Hi, if you want to add a script to be launched with a Wire-Pod custom voice intent (for example a shell script, or even a go/python SDK script), you should check the Wire-Pod documentation. You can basically write and test your script and then use Wire-Pod web interface to add a voice intent to launch a shell command that will run your script. If instead you have some new useful functionality you want to integrate into VectorX (for example, you have followed the HelloWorld example in VectorX's ReadMe) you can fork VectorX code and prepare a pull request, I will review your code and integrate it. But in this case let's talk about what your extension does first...