Mar
27
Grackle (a simple Ruby library for Twitter)
Hayes Davis has gone and made a dead simple Ruby library for working with the Twitter API. It smartly uses method_missing to relay calls to Twitter (similar to the way flickr.rb does). What this means is that the Twitter API can change or have bugs fixed and the library doesn’t need to be re-released. It’s really generic and returns results as OpenStructs.
Cool stuff. I might actually use this one.