A python script for downloading files from your studip courses. It's designed to run for the studip platform of the university of bremen: https://elearning.uni-bremen.de But it should be possible to move this to any studip installation by changing the urls.
It's just a script no GUI or service files yet. To run it you need to have installed python3 with the requests and beatifulsoup4 modules, thats all.
All settings are done via the config.ini file. It's editable with andy text
editor in windows and linux. It has to be in the same directory as the
studip-sync.py file or the script file must be edited to the correct path of
the config.ini. Replace studip_username and studip_password in the
config.ini with your login.
The path can be relative (to python workdir) or absolute.
In the courses section add the courses you want to download files from. You need to have permission to download the files otherwise the script won't work.
To add a course set a name (this is the subfolder the script creates to organize the courses files) and the course id (cid), which is the long number in the url (at the course page: https://elearning.uni-bremen.de/dispatch.php/course/overview?cid=847b6d81388cd9742f31bdc363507bbc) like this:
subfolder_name = 847b6d81388cd9742f31bdc363507bbc
Run the script by double click or from the command line
StudIP_Filename_Cleaner courtesy of Schlaurens