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
pip install -r requirements.txt
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.