项目作者: twwd

项目描述 :
A simple script for downloading slides and exercises for university lectures.
高级语言: Python
项目地址: git://github.com/twwd/EduDownloader.git
创建时间: 2016-04-28T17:38:59Z
项目社区:https://github.com/twwd/EduDownloader

开源协议:MIT License

下载


EduDownloader

A simple script for downloading slides and exercises for university lectures.

Currently the script is usable for websites without login, TU Darmstadt’s moodles and faculty sites.

Requirements

EduDownloader has been written to run with Python 3.5.x and above.

Installation

Run pip install -r requirements.txt in EduDownloaders’s root directory to install all necessary
third-party requirements.

Configuration

The configuration is located at data/config.yaml. A sample one is provided in the data folder.
Copy it, rename it to config.yaml and adjust your settings.

Extension

You can create new classes which inherit from Source in the plugins directory and use them in your
configuration.