Listening to Commands
Below is an example client in Python - run this with your own token and app name substituted in.
Test it out by saying "Note turn on the lights" to Siri.
client.py
Fork the Repository
To add your own commands, first fork the SiriControl repository. Connect automatic deployment to your forked Github repository, from the deployment tab.
Custom Commands
Here is the basic commands configuration - this should be self-explanatory. Add your own commands in the following manner and push your forked repository. That's it!
Handle custom commands in the following manner (e.g. in Python) :
Last updated