Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 2.51 KB

README.md

File metadata and controls

42 lines (31 loc) · 2.51 KB

Download Stup.ID files

A Python script for downloading files from elearning.uni-bremen.de. Using Multi-Threading to download and extract files from multiple courses at the same time.

Setup

  1. Install python3 and the requests and beatifulsoup4 modules, thats all.
  2. Rename file config_template.ini to config.ini.
  3. In the config.ini file:
  • replace studip_username and studip_password with your Stup.ID login
  • set the folder for the files to be placed in
  • add the id's of courses you want to download files from

You can find course id (cid) in the URL of the course page.

For example https://elearning.uni-bremen.de/dispatch.php/course/overview?cid=59e9f16a68530c5ab9a100ae908a834d can be added to the config.ini like this:

mi2 = 59e9f16a68530c5ab9a100ae908a834d

where mi2 ist the subfolder name and 59e9f16a68530c5ab9a100ae908a834d is the course id taken from the url.

You need to have permission to download the files otherwise the script won't work.

Usage

Run the script from the command line to download the files.

Contributors


Jo

Jonathan Bröring

gura-ch

Laurens S.

Tom Dolhs

ljelschen

Lukas

Contributions of any kind are much appreciated!