grawlix/README.md
2023-05-04 21:30:50 +02:00

1.2 KiB

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>