lmcmz / UNSW-CSE-Material-Download-Script

Download WebCMS3 courses materials

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UNSW CSE Material Download Script 🐸

Travis Language License

Warning this script just can grab the course on WebCMS3

How to use 🔫

  1. Download the project or use git clone
git clone git@github.com:lmcmz/UNSW-CSE-material-download.git
  1. Go to the folder and install requirement packages
pip3 install -r requirements.txt
  1. Run webcms3.py with arguments
python3  webcms3.py -c [courses] -a [zid] -p [zPassword]

Sample 🍕

python3  webcms3.py -c COMP9417 -a z51025XX -p XXXXXXXXX
python3  webcms3.py -c COMP9417 COMP9321 COMP9517 -a z51025XX -p XXXXXXXXX

License 🍦

This code is distributed under the terms and conditions of the MIT license.

Copyright (C) 2018 lmcmz.me

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Download WebCMS3 courses materials


Languages

Language:Python 100.0%