MyUni Downloader
So you want all the lecture notes and previous exams from MyUni. Well this little script may help you!
What is does!
Logs into the course course page at https://myuni.adelaide.edu.au and downloads all the files from the modules page (or just the pdfs).
Get started
- install python, pip
pip install robobrowser
git clone https://github.com/benwinding/myuni-dl
cd myuni-dl
python myuni-dl.py --username a1111111 --password 'pa$$$$$$$' --course 36284
Usage
python myuni-dl.py --username a1111111 --password 'pa$$$$$$$' --course 36284
Demo
^^
Myuni course number
Disclaimer
Not affliated with Adeliade Uni or the Canvas system, just a student trying to learn ...