volfco / MyCoursesDownloader

MyCourses can suck it
MIT License
41 stars 8 forks source link

MyCoursesDownloader

v0.4.1

What is it?

MyCoursesDownloader is a python script that downloads the following from MyCourses.

Requirements

Installation

Automagically I've included Nuitka complied binaries under Releases.

Manually

  1. Install Python
  2. pip install -r requirements.txt
  3. ???
  4. Profit

Usage Arguments

-u RIT Username

-d Directory

--skip-review Allows you to skip the review process prompt

--force-review Forces you to review each class

--download-classes class class class... Allows you to specify a list of classes to download. These can be partial classes such as NSSA.24, and they will be matched to NSSA.241, NSSA.245, and so on.

--skip-classes class class class... Allows you to specify a list of classes to skip. These can be partial classes such as NSSA.24, and they will be matched to NSSA.241, NSSA.245, and so on.