plamoni / SiriProxy

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

Send iMessage #527

Closed davidvasandani closed 11 years ago

davidvasandani commented 11 years ago

Is it possible to send an SMS/iMessage via a SiriProxy plugin? My GoogleFu is turning up zilch.

elvisimprsntr commented 11 years ago

Yes. Look at the plugins page or google search

davidvasandani commented 11 years ago

Elvis I swear by all my internet karma that I tried. Can you maybe point me in the right direction or a better place to ask this question. Here is a video of Siri opening my roof https://www.dropbox.com/s/un2yj9pn7n1i4sd/IMG_0112.MOV

elvisimprsntr commented 11 years ago

Since Siri already supports sending SMS messages I think it's not necessary for a SiriProxy plugin.

davidvasandani commented 11 years ago

I wanted to pull data from the Internet and then wanted the ability to send that data via iMessage. An example would be "Siri, send 100 cat pictures to Travis" and using a cat picture api 100 cats are returned to the iPhone and then sends as an iMessage. I Googled for hours and found not a single reference to this. — Sent from Mailbox for iPhone

On Fri, May 24, 2013 at 5:40 PM, Elvis notifications@github.com wrote:

Since Siri already supports sending SMS messages I think it's not necessary for a SiriProxy plugin.

Reply to this email directly or view it on GitHub: https://github.com/plamoni/SiriProxy/issues/527#issuecomment-18436934

elvisimprsntr commented 11 years ago

While it sounds funny you are spamming. Ethically I can't help you with that. But good luck.

davidvasandani commented 11 years ago

How about "Siri, text Travis the latest Apple stock." I just thought my last example was funnier.

elvisimprsntr commented 11 years ago

https://github.com/Ponyboy47/siriproxy-googlevoice

elvisimprsntr commented 11 years ago

http://blog.revathskumar.com/2012/02/how-to-use-sendsms-gem.html?m=1

davidvasandani commented 11 years ago

These are good ways to send SMS's via Google Voice and way2sms.com. I'm looking for a way to send an SMS/iMessage via the iPhone itself. I understand what you meant when you said the iPhone already does this and it would be duplicating functionality but I'm looking for the ability to build the content of the text message via information on the internet. Two more examples, "Text Jenny a picture of a rose." or "Text Jerry my current location".