How to use Python scripts with Siri?

How to use Python scripts with Siri?

Tags
Projects
Python
Open Source
Published
Author

SiriControl

This is an updated version of SiriControl, which allow to use it in French. Here is a complete tutorial to build your own SiriController and running it on the cloud for free: https://pydathon.medium.com/how-to-build-your-own-virtual-assistant-with-siricontrol-e9d531f05772
notion image
SiriControl is an open source framework designed with developers in mind. It provides a simple way of using Siri commands by dynamically loading modules created by the user. This means that you can add voice controlled capability to any project, with Siri.
  • No extra hardware required as the commands are being sent through the iOS device
  • Runs on any computer with python installed – the Raspberry Pi is especially good as you can make it control anything around you. The possibilities are endless with your imagination being the limit.
  • It is beginner friendly with minimal setup required – I have provided step by step instructions on how to set it up. It is written in python which is quite an easy language to pick up.
  • You will get the power of Siri’s fantastic speech recognition capabilities, and will be able to use it from anywhere in the world, as long as your device has an internet connection.
Overall, you will be able to add accurate voice controlled capabilities to any project for free. Convinced that SiriControl is awesome?
Well, here is the link on how to get started: https://medium.com/@thesanjeetc/bae98aceb586