/myuni-dl

Command-line tool to download all files from a MyUni course

Primary LanguagePython

MyUni Downloader

the pain

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

  1. install python, pip
  2. pip install robobrowser
  3. git clone https://github.com/benwinding/myuni-dl
  4. cd myuni-dl
  5. python myuni-dl.py --username a1111111 --password 'pa$$$$$$$' --course 36284

Usage

python myuni-dl.py --username a1111111 --password 'pa$$$$$$$' --course 36284

Demo

demonstration

example of the course number

^^ Myuni course number

Disclaimer

Not affliated with Adeliade Uni or the Canvas system, just a student trying to learn ...