So my employer has released APIs to play with Yahoo! Search.
So they have Java, JavaScript, Perl, PHP, Python APIs. No Ruby. :-| So I present a Ruby API for Yahoo! Search Web Services. No error handling, etc. No time, etc.
Sample usage »
require 'yahoo-ruby'
webObj = WebSearch.new('YOUR-APP_ID' ,'premshree')
p webObj.parse_results
videoObj = VideoSearch.new('YOUR-APP_ID' ,'pamela anderson')
p videoObj.parse_results
Oh yeah, you’ll need an Application ID.
Enjoi!
2005-03-01 05:27 pm (UTC)
Swaroop already written about it !!!
http://www.swaroopch.info/archives/2
He also made an application that uses this API too !!
2005-03-02 09:10 am (UTC)
2005-03-01 08:14 pm (UTC)
date range?
(Anonymous)
2005-04-15 05:53 pm (UTC)
Re: date range?
2005-04-19 04:13 am (UTC)
Thumbs?
(Anonymous)
2006-07-20 03:57 am (UTC)
one. Is it possible to get the thumbnail for an image using
ImageSearch? If so, could someone post some example ruby code that demonstrates how to do this. I am able to get the full size image, etc but not the thumb.
Best,
Max
Re: Thumbs?
2006-08-21 12:21 am (UTC)
I need to rework the interface...