eBook cli downloader
Go to file
2023-05-04 21:30:58 +02:00
grawlix Merge branch 'archiveorg' 2023-05-04 21:30:58 +02:00
.gitignore Init 2023-04-06 21:37:12 +02:00
LICENSE Create LICENSE 2023-04-29 17:14:27 +02:00
pyproject.toml Implement Royal Road Source 2023-04-27 23:04:14 +02:00
README.md Add basic Internet Archive support 2023-05-04 21:30:50 +02:00
setup.py Add code 2023-04-06 21:38:19 +02:00
shell.nix Implement Royal Road Source 2023-04-27 23:04:14 +02:00

grawlix

GitHub release GitHub top language License Donate using Ko-Fi CLI ebook downloader

Supported services

grawlix currently supports downloading from the following sources:

Installation

git clone https://github.com/jo1gi/grawlix.git
cd grawlix
python3 setup.py install

Authentication

Some sources require authentication, which can be done either with cli arguments or a config file.

Cli example

grawlix --username "user@example.com" --password "SuperSecretPassword" <url>

Config file example

[sources.name]
username = "user@example.com"
password = "SuperSecretPassword"

Download books

To download a book run:

grawlix [options] <book url>