Archive for August 4th, 2008

Ruby class to fetch suggested keywords

Monday, August 4th, 2008

I have recently ditched Perl and fell for Ruby. Here is a Ruby class which gets suggested keywords from yahoo API and presents it in a comma separated list. This might be useful for people who use Ruby to upload/edit multiple posts and need to tag them automagically. This might be ...