Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 1.36 KB

File metadata and controls

41 lines (27 loc) · 1.36 KB

Lightnovel Crawler

PyPI version Python versions License GPLv3

Lightnovel Crawler (command: lncrawl) downloads web novels and similar fiction from many online reading sites and saves them as e-books (EPUB and other formats).

Installation

To install the latest release from PyPI:

pip install -U lightnovel-crawler

To check available commands and options:

lncrawl --help

If lncrawl is not on your PATH, use python -m lncrawl or python3 -m lncrawl.

Documentation and help