Skip to content

A Moodle downloader tool that downloads course contents such as pdfs, word documents and many more. Only works for Polythecnic of Leiria's moodle.

License

Notifications You must be signed in to change notification settings

pedrosantos867/moodle-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Moodle downloader

Setup

  1. Install Python >=3.8
  2. Verify that python --version shows a version equal to or higher then 3.8 Otherwise use pyenv to install version 3.8
  3. pip3 install -r requirements.txt
  4. run python3 downloader.py -u USERNAME -p PASSWORD -y YEAR

Configuration

Flags

  • -u, --username: Moodle username
  • -p, --password: Moodle password
  • -y, --year: Moodle school year (2018-19 or 2019-20 or 2020-21)

Output example:

output

Notes

  • 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.

License

MIT - Copyright © 2021 • Pedro Santos

About

A Moodle downloader tool that downloads course contents such as pdfs, word documents and many more. Only works for Polythecnic of Leiria's moodle.

Topics

Resources

License

Stars

Watchers

Forks

Languages