Skip to content

tomdolhs/studip-sync-files

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

studip-sync-files

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.

Setup

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.

Courses

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

Usage

Run the script by double click or from the command line

Credits

StudIP_Filename_Cleaner courtesy of Schlaurens

About

A python script for downloading files from your studip courses.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%