NUS IVLE Downloader
This project was inspired from Yao Yujian's project http://yjyao.com/2012/08/nus-ivle-downloader.html. These modules can be used to download all files from IVLE, nicely arranged by their module codes, workbin names (if there are more than one), folders and subfolders. I build this as an exercise to learn python.
Required Dependencies:
- Python 2.7
- Python requests module, http://docs.python-requests.org/en/latest/
To use:
- Download all files in src
- Copy / rename config.template.py to config.py
- Change filepath in config.py to your own output folder (the directory used here will act as a root directory)
- Run the downloader by:
python downloader.py - The program may ask for authentication for the first time, key in your NUSNET ID and password.
- Enjoy, and see all the files downloaded nicely.