Skip to content

Captain-Sandwich/l2py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

L2Py

Download Script for RWTH study material

author: Patrick Bethke

language: Python (v3.2 compatible)

Explanation

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.

Installation

L2Py has dependencies:

  • [requests] req
  • [BeautifulSoup] bs

Both are available on pip

pip install BeautifulSoup requests

Usage

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)

About

Sync script for the RWTH Aachen's L2P system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages