Is there any way to interact with siri programmatically on a Mac so that it would be possible to send a query programmatically, for example: $siri "what is the temperature in the living room" and to receive the response as text?
The purpose would be to query siri and display the output, for example on the desktop via an app like Übersicht (http://tracesof.net/uebersicht/).
I know of the type to siri functionality (e.g. as mentioned here: Interacting with Siri via the command line in macOS), however this does not seem to be scriptable, that is it is not possible to send the query programmatically or receive the output as text to send to a programme. Similarly the mentioned workaround looping sound would not allow receiving the output in a programme.
Comments
Post a Comment