UniRanker is a information retrieval component, which is fetching information about the latest academic rankings + web data about the student fees of the ranked universities as well as other access hurdles. UniRanker is written in Ruby.
Install Ruby (https://www.ruby-lang.org) (Tested and Supported Versions: ruby 2.0)
Install Bundler (http://bundler.io/)
gem install bundler
run bundle install in uniranker directory
bundle install
run uniranker.rb ruby script
ruby uniranker.rb
for a list of all available parameter run
ruby uniranker.rb -h
Code released under the MIT license.