jimmykane / The-Three-Little-Pigs-Siri-Proxy

A intelligent Siri Proxy with multiple key storage and key throttling.
137 stars 49 forks source link

Allow Multiple Choice Questions #346

Open pyro2927 opened 12 years ago

pyro2927 commented 12 years ago

When asking Siri "when does the hobbit come out?", she returns a list from which you can select. It would be cool if the plugins could do that too.

http://cl.ly/image/1T1c1T1h3M01

pyro2927 commented 12 years ago

Looks like it might be doable with existing code and some heavy hash work. I'll see if I can come up with something that works. https://gist.github.com/3815958

pyro2927 commented 12 years ago

Looks like it's sorta doable, if only there was a way to make it easier... https://github.com/plamoni/SiriProxy/issues/92

ic0nic commented 12 years ago

If you have solved it please close the issue.

pyro2927 commented 12 years ago

It's not solved, the things I've tried so far have crashed iOS. Still looking for something that works.