Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Rs Text Forwarder Android Client | 15 | 10 years ago | agpl-3.0 | Java | ||||||
Remote control your phone and get SMS/MMS messages forwarded to your Jabber client without impacting battery life by using a GCM/XMPP gateway. | ||||||||||
Astro Bot | 12 | 9 years ago | 1 | Python | ||||||
Browse the web entirely over SMS — no apps required. | ||||||||||
Google Webhook | 10 | 12 years ago | Python | |||||||
Create your own Webhook for free using the Google AppEngine infrastructure. You can send SMS messages to trigger the webhook, which will forward the message to your RESTful API of choice. | ||||||||||
Airduino | 1 | 10 years ago | 1 | apache-2.0 | Ruby | |||||
An Arduino based rotating model airplane which runs according to a given flight path. |
If you ever wanted to consume SMS in your RESTful Web appliction (for free), read on.
Google stuff (FREE!):
An Application that has a RESTful API. This repo comes with a Rails example, but you can use any type of technology as long as you expose a REST API.
When you send an SMS message to your Google Voice number, because you configured it to fwd any incoming SMS to your email account, it will trigger an email being send to your email (Duh!). Your email has been setup to foreward any email it receives from Google Voice (@txt.voice.google.com) to your Google AppEngine Application. The application (provided) has been setup to accept incoming emails and will POST the content of the email to your RESTful API which you provide in the handle_incoming_email.py script. You then can do whatever you want in this API with the provided content.