Skip to content

GMali/uw_learn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UW Learn

Tiny web crawler for University of Waterloo students. Gets student grades from University of Waterloo's D2L website. http://learn.uwaterloo.ca

Inspired by: https://github.com/phleet/UWAngel-CLI

Version 1.0.1

Installation

$ [sudo] gem install uw_learn

Usage

require 'uw_learn'

student = Uwlearn.new "LOGIN", "PASSWORD"
student.print_grades
student.print_courses

#####Alternatively, using the executable $ uw_learn "LOGIN" "PASSWORD"

Testing

To run the tests:

  1. Open spec/lib/uw_learn_spec.rb
  2. Enter your own username and password
  3. Run command:
$ rake 

About

Tiny web crawler for University of Waterloo students

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages