Blog Post: www.projectidealism.com/2010/06/introducing-notifireme.html
This is a blog about unified communications (voice, im, sms), open government, community involvement, and, of course, me, Mark Silverberg.
Blog Post: www.projectidealism.com/2010/06/introducing-notifireme.html
Blog Post: www.projectidealism.com/2010/06/introducing-notifireme.html
Transparency Data Tropo Application Slides
Transparency of data has been a huge topic, and rightfully so. The people at Sunlight Foundation created transparencydata.com and while I like their web UI, I wanted a way to look up contributors on the fly. Like, say, with my phone’s built in SMS feature.
Thanks to their open API, I created this tropo.com application that can be queried from an IM, SMS (cellular text message), or Twitter*. Below are some details. I will no doubt add more functionality in the future, but don’t hesitate to contact with me with on-and-off topic ideas for this.
Send along the state and name of your subject. In this case, we’re looking up who contributed money to a political campaign, committee, or organization. The system will return the amount of public records it could find from the extensive dataset provided by the source (see above) and some pertinent details. More information is always being added and requests are welcome.
Message format**: [2 letter state code] [contributor name***]]
* - As a result of the way Twitter works, the application is set up to only return the total amount of contributions for your query. For up to 9 specific results, use IM (AIM or Jabber) or SMS. This is in order to not flood Twitter.
** - Other search criteria. Include any of these words or numbers anywhere after the state code in your text message.
** - You may also include
*** - Contributor name can be a full name, surname only, or even a company or organization name.

Have fun looking up yourself, family, coworkers, and love interests!
Much more to come.
Tropo recently announced international language/phone number support, along with Twitter support. In less than 15 lines, you can implement your own Google Translate IM/SMS/Twitter bot. This snippet doesn’t take advantage of Tropo’s international text-to-speech support but you should definitely check it out.
Free code! http://gist.github.com/345179
Try it for yourself.
Message format: [from language] [to language] [text string to translate]
Screenshots:
This is my very quick Ruby implementation for PostageApp’s RESTful API. It’s very simple but currently they only publish a Rails plugin. This method I wrote works great with any standalone Ruby app.
Note, if the method returns true, it doesn’t necessarily mean the mail was sent successfully. It will only return false to the API call if you sent the request to a bad URL, your API key is invalid, or something like that.
I hope to add more features to this as they do so, but for now the API is barebones and so is this code.