Remember the Milk is a task management tool at http://www.rememberthemilk.com. The is a ruby library to ease interfacting with their REST API, documentation for which is found at http://www.rememberthemilk.com/services/api/
slack-rtmapi is dumb: no EventMachine, no Celluloid, no Actor design pattern, no thread pool (thought, any of those would be trivial to add). It's a simple blocking loop on top of a SSL socket with a websocket decoder. Minimal dependency. Works out of the box. Hackable. Composable. Oh, by the way, it implements very well the Slack API.
slack-rtmapi is dumb: no EventMachine, no Celluloid, no Actor design pattern, no thread pool (thought, any of those would be trivial to add). It's a simple blocking loop on top of a SSL socket with a websocket decoder. Minimal dependency. Works out of the box. Hackable. Composable. Oh, by the way, it implements very well the Slack API.
rtmapi fixed version with a simple cli added, rtmapi package fixed to work with libxml2 version > 2.7
changed 'all tasks' to 'inbox', forked from http://github.com/ghedamat/thartm, thamayor@gmail.com