Sha256: 485dda14c0d9abfb598d263cb3e5db7cab88c152ca6e0e23b7ab0a9543be32fe

Contents?: true

Size: 393 Bytes

Versions: 5

Compression:

Stored size: 393 Bytes

Contents

#!/usr/bin/env ruby
require 'mechanize'
require 'ruby-debug'

Debugger.start

$:.unshift(File.expand_path("../lib", __FILE__))
require "webmaster_tools"
wt = WebmasterTools.new("sitemap-stats@testscloud.com", "12test34")

url = "http://testscloud.com"
#url = "http://testscloud-sitemaps.cloudservice-sitemap.hoostings.com/"
pp errors = wt.crawl_error_counts(url, true)
debugger

puts

__END__

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
webmaster_tools-0.1.9 check.rb
webmaster_tools-0.1.8 check.rb
webmaster_tools-0.1.7 check.rb
webmaster_tools-0.1.6 check.rb
webmaster_tools-0.1.5 check.rb