Build Status Code Climate

CRICOS Scraper

CRICOS Logo

CRICOS lacks API for data retrieval (so are many government-based services). This gem helps scrape data from http://cricos.education.gov.au.

This gem supports MRI Ruby 2.0.0+.

Features

Support scrapping following entities:

  • Institution
  • Course
  • Contact

Installation

gem install cricos_scrape

Usage

Please consult cricos_scrape -h command line.

Testing

The tests are in the spec directory. Here syntax to test this gem.

rspec

License

MIT