0.01
No commit activity in last 3 years
No release in over 3 years
Webmaster Tools extends the official API to give programmatically access to various crawl information and functions which are available via the webinterface
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
>= 0
>= 0

Runtime

 Project Readme

Webmaster Tools

Webmaster Tools extends the official API to give programmatically access to various crawl information and functions which are available via the webinterface

The Google Webmaster Tool API is very limited and provides only a little subset of data available via the webinterface. By making use of mechanize, Webmaster Tools gives access to crawl_info, crawl_errors, crawl_stats and allows to submit url removal request (up to 1000 per day)

Usage

Simple usage case to get error counts

require 'webmaster_tools'

client = WebmasterTools.new(<username>, <password>)

pp client.crawl_error_counts(<url>)

Dependencies

Depends on mechanize to access the webinterface

Contributing

We'll check out your contribution if you:

  • Provide a comprehensive suite of tests for your fork.
  • Have a clear and documented rationale for your changes.
  • Package these up in a pull request.

We'll do our best to help you out with any contribution issues you may have.

Contributers

Arthur D'Antonio III

License

The license is included as LICENSE in this directory.