Make your own IM bot in Ruby, and interface it with your Rails app
Posted by glenn gillen on Jun 26, 2008
Posted in ruby, instant messaging, gtalk, jabber
In a super secret project I’m currently working on, I’ve been looking for ways of making it easier for people to interact with the system without the need to log in to the website. That’s included the obvious things like having a RESTful API so they can put their own services and interfaces on top, but that only works for developers or 3rd party application providers. What about your average Joe on the street, how come they get forced into having to log in to the site to update their data, etc.? Why not provide a means of carrying out simple tasks in an application they probably already have? And so an Instant Messaging interface was designed to send a instruction to a robot, and it’s relatively simple to get setup.
More… Comments (View)