plamoni / SiriProxy

A (tampering) proxy server for Apple's Siri
GNU General Public License v3.0
2.12k stars 343 forks source link

Return info from python script #388

Closed aframe82 closed 11 years ago

aframe82 commented 11 years ago

Hey,

I have an opencv python script that I want to use that grabs a picture of people from my webcam, saves it and prints a bunch of webcam initiator text, that I don't want to include (but is standard when using opencv) and then 'Number of faces seen: X'.

My question is this: How can I send the text that python prints out to SiriProxy?

I want to say 'Track people' for example, and have it spit out the picture (which I'm fine with) and say 'Number of faces seen: X'.

Thanks for looking.

plamoni commented 11 years ago

Check here: http://tech.natemurray.com/2007/03/ruby-shell-commands.html

More of a ruby question than a SiriProxy question.