A simple CLI tool to download books from digi4school.at, written in Rust.
Uses the DigiDownload Core library.
- Ensure you have Rust installed.
cargo install --git https://github.com/digiDownload/cli
- Open the CLI by running
digidownload
in your terminal. - Enter your email and password to log in.
- Select the books you want to download.
- If a book has multiple volumes, choose the volume you need.
- After downloading, you can open the output folder by entering
y
when prompted.
- 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.
Contributions are welcome! Feel free to open an issue or submit a pull request on Github.