eBook cli downloader
Go to file
2023-05-14 17:35:25 +02:00
grawlix Add support for marvel unlimited 2023-05-14 17:35:25 +02:00
.gitignore Add support for marvel unlimited 2023-05-14 17:35:25 +02:00
pyproject.toml Implement Royal Road Source 2023-04-27 23:04:14 +02:00
README.md Add support for marvel unlimited 2023-05-14 17:35:25 +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>