- Install Python >=3.8
- Verify that
python --version
shows a version equal to or higher then 3.8 Otherwise use pyenv to install version 3.8 pip3 install -r requirements.txt
- run
python3 downloader.py -u USERNAME -p PASSWORD -y YEAR
- -u, --username: Moodle username
- -p, --password: Moodle password
- -y, --year: Moodle school year (
2018-19
or2019-20
or2020-21
)
-
All files will be saved at the user's Documents folder and organized by year and course name.
-
Only tested for IPLeiria's moodle page.
MIT - Copyright © 2021 • Pedro Santos