/schema.org_scraper

Scrapes the schema.org site and returns the datatypes and vocabulaires in machine readable formats

Primary LanguageRubyOtherNOASSERTION

schema.org_scraper

Description

A scraper for the schema.org site that extracts the datatypes and vocabularies to a machine readable formats.

Requirements:

  • Nokogiri

Usage

To extract the datatypes from schema.org in JSON format:

bin/schema.org_scraper -d

To extract vocabularies from schema.org in YAML format:

bin/schema.org_scraper -y

For more information look at the help:

bin/schema.org_scraper -h

Bugs/Feature Requests

If you find a bug or want to make a feature request, please report it at the schema.org_scraper project’s issues tracker on github.

License

Copyright © 2011 Lawrence Woodman. This software is licensed under the MIT License. Please see the file, LICENSE.rdoc, for details.