Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.02 KB

README.md

File metadata and controls

34 lines (24 loc) · 1.02 KB

DigiDownload CLI

A simple CLI tool to download books from digi4school.at, written in Rust.

Uses the DigiDownload Core library.

Getting started

Installation

Prerequisites

Install CLI

cargo install --git https://github.com/digiDownload/cli

Usage

  1. Open the CLI by running digidownload in your terminal.
  2. Enter your email and password to log in.
  3. Select the books you want to download.
  4. If a book has multiple volumes, choose the volume you need.
  5. After downloading, you can open the output folder by entering y when prompted.

Features

  • Downloads are done asynchronously for faster speeds.
  • Caches login email so you don't have to enter it every time.
  • Allows you to interactively choose books and volumes.

Contributing

Contributions are welcome! Feel free to open an issue or submit a pull request on Github.