Project

uw_learn

0.0
No commit activity in last 3 years
No release in over 3 years
Displays student grades from D2l in the terminal.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
>= 0
>= 0

Runtime

 Project Readme

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