Skip to content

๐Ÿ“ Python script for downloading files from your studip courses.

License

Notifications You must be signed in to change notification settings

JoHoop/studip-sync-files

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

45 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

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!

About

๐Ÿ“ Python script for downloading files from your studip courses.

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Languages