Skip to content

TU·M·oo·DL - a selenium based automated downloader for moodle courses at TUM, written in Python

Notifications You must be signed in to change notification settings

Intex32/tum-moodle-dl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TU·M·oo·DL

TUM moodle downloader - a simple, selenium-based, script for downloading moodle courses at TUM (Technical University Munich) written in Python

configuration

the following shows a sample configuration.

{
    "username": "TODO",
    "password": "TODO",
    "headless": true,

    "courses": [
        {
            "id": 0,
            "originalFilename": false,
            "destination": "/home/user/Desktop/moodle-course/",
            "update_policy": "replace"
        }
    ]
}

About

TU·M·oo·DL - a selenium based automated downloader for moodle courses at TUM, written in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published