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.
- Install
python3
and therequests
andbeatifulsoup4
modules, thats all. - Rename file
config_template.ini
toconfig.ini
. - In the
config.ini
file:
- replace
studip_username
andstudip_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.
Run the script from the command line to download the files.
Jo |
Jonathan Brรถring |
gura-ch |
Laurens S. |
Tom Dolhs |
ljelschen |
Lukas |
Contributions of any kind are much appreciated!