Files | Admin

Notes:

Release Name: 0.1.6

Notes:
== FEATURES/PROBLEMS:
  
* Supports the Google Search service.
  * Provides access to search results and ranks.
  * Provides access to the Sponsored Links.
* Provides HTTP access with custom User-Agent strings.
* Provides proxy settings for HTTP access.

== REQUIREMENTS:

* Hpricot
* WWW::Mechanize

== INSTALL:


Changes: == 0.1.6 / 2008-03-15 * Renamed GScraper.http_agent to GScraper.web_agent. * Added GScraper.proxy for global proxy configuration. * Added the WebAgent module. * Renamed Search::Query#first_result to Search::Query#top_result. * Updated Search::Query#page logic for the new DOM layout being used. * Added support for Sponsored Ad scraping. * Added the methods Query#sponsored_links and Query#top_sponsored_link. * Added examples to README.txt.