veilleperso / google_rest
- Source
- Commits
- Network (1)
- Downloads (0)
- Graphs
-
Tree:
be099b1
commit be099b1fda95c4fc3ff189954bb69679776871d0
tree a49ebddf4c624c75110029489fcd244aaf8ebf0a
parent ab050d38d847081a6a5994a635d4cde37ba1a739
tree a49ebddf4c624c75110029489fcd244aaf8ebf0a
parent ab050d38d847081a6a5994a635d4cde37ba1a739
| name | age | message | |
|---|---|---|---|
| |
MIT-LICENSE | ||
| |
README | ||
| |
init.rb | ||
| |
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

