Click here to Skip to main content
15,886,963 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I want to write a basic program that links to Siri on an Apple phone. I want to up a variable by 25 every time I ask Siri to up it. I would then need to be able to see the total value at the end of every week and be able to reset it for the next week.

What I have tried:

Currently written code that keeps a value, ups it by 25 and is able to be reset. I have currently used Pip install speech recognition and it works (on my laptop), but I want it on an iPhone, preferably connected to Siri. other than connecting to Siri it is super basic so I'm pretty sure I could rewrite it in almost any coding language if I need a specific one to link to Siri, but I'm most comfortable in Java c++, or Python
Posted
Updated 13-Dec-23 20:50pm
v2
Comments
Richard MacCutchan 14-Dec-23 4:10am    
You need to get the technical specifications for the Siri API from Apple.

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900