Sometime in the last couple of weeks, the Yammer AIR client stopped fetching new messages. I’ve grown to really like the service, especially since it delivers a running stream of commits to the Git repos I’m interested in, so I broke down and wrote my own client.
Yamr is a little ruby/gtk app built on top of jstewart’s yammer4r and the awesome danlucraft’s Ruby Webkit-GTK+ bindings. No seriously, Dan, you rock.
Features
- Reads messages
- Posts messages
- OAUTH support
- Notifies you using libnotify, instead of that awful AIR thing.
Anyway, feel free to fork & hack away. You should be able to build ruby-webkit without much trouble on ubuntu; I’ve included directions in the readme. It’s super-basic right now, but most of the core functionality is ready to start adding features. Enjoy!
Thanks! Exactly what I needed!