mirror of
https://github.com/FliegendeWurst/KIT-ILIAS-downloader.git
synced 2024-08-28 04:04:18 +00:00
26 lines
511 B
Markdown
26 lines
511 B
Markdown
|
# KIT-ILIAS-downloader
|
||
|
|
||
|
Download content from ILIAS. That includes:
|
||
|
|
||
|
* files
|
||
|
* Opencast lectures
|
||
|
|
||
|
## Installation
|
||
|
|
||
|
Go to the [releases](releases) and get the executable for your operating system. Alternatively compile from source:
|
||
|
```sh
|
||
|
$ git clone https://github.com/FliegendeWurst/KIT-ILIAS-downloader
|
||
|
...
|
||
|
$ cd KIT-ILIAS-downloader
|
||
|
$ cargo build --release
|
||
|
...
|
||
|
$ cp target/release/KIT-ILIAS-downloader [directory in $PATH]
|
||
|
```
|
||
|
|
||
|
## Usage
|
||
|
|
||
|
TBD
|
||
|
|
||
|
## Credits
|
||
|
|
||
|
Inspired by https://github.com/brantsch/kit-ilias-fuse.
|