veilleperso / google_rest

Rails plugin to use the Google REST search api

This URL has Read+Write access

veilleperso (author)
Wed Oct 28 10:04:09 -0700 2009
commit  be099b1fda95c4fc3ff189954bb69679776871d0
tree    a49ebddf4c624c75110029489fcd244aaf8ebf0a
parent  ab050d38d847081a6a5994a635d4cde37ba1a739
name age message
file MIT-LICENSE Loading commit data...
file README
file init.rb
directory lib/
README
GoogleRest
==========

A plugin to manipulate some Google REST API. For now it partially support:
* Google Ajax Feed Api (find a feed, retrieve articles from a feed)
* Google Search API (inbound links, number of indexed page)

Setup
=====

You must add a config/google_rest.yml with your api key and referer (requested by Google Terms of use)
Ex config/google_rest.yml
---
api_key: XXXXX
referer: http://www.mydomain.com


Example
=======


Copyright (c) 2008 Olivier Ruffin, http://www.veilleperso.com , released under the MIT license