author: Patrick Bethke
language: Python (v3.2 compatible)
l2py.py is a command-line utility that downloads study material from the RWTH Aachen's L2P platform.
The script mirrors all files to a local folder.
L2Py has dependencies:
Both are available on pip
pip install BeautifulSoup requests
l2py.py [-h] [-u USER] [-p PASSWORD] [-d DIR] [-l]
Sync L2P to a local directory
optional arguments:
-h, --help show this help message and exit
-u USER, --user USER specify username instead of asking interactively
-p PASSWORD, --password PASSWORD specify password instead of asking interactively
-d DIR, --directory DIR specify directory to sync to (default: ./L2P)