0.01
No release in over 3 years
Low commit activity in last 3 years
Scrape Institutions, Courses, Contacts from CRICOS
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.6
>= 3.3.0, ~> 3.3.0
>= 1.2.0, ~> 1.2.0

Runtime

~> 4.3
~> 2.7, >= 2.7.2
>= 4.2.0, ~> 4.2.0
 Project Readme

Build Status Code Climate From Vietnam with <3 Made in Vietnam Built with WeBuild

CRICOS Scraper

CRICOS Logo

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

NOTE: The data.gov.au has provided basic information about CRICOS institutions and courses via static Excel file and DataAPI. As of 2021, the data from this source is still lacking information (for example contact details). But I do believe DataAPI will eventually replace this scraper in the near future. For the time-being, please use both sources.

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