Prerequisites
- Python 3.9 or higher — required for the pip installation method. Install Python with pip enabled for Windows, Linux, or macOS.
- Calibre (optional but recommended) — lncrawl uses Calibre to convert ebooks to formats like MOBI, PDF, DOCX, and others. Without it, output is limited to EPUB, plain text, and JSON. Download Calibre from calibre-ebook.com/download.
macOS Calibre path: After installing Calibre on macOS, you must add it to your PATH before running lncrawl:If you installed Calibre to a different folder, replace
/Applications/ with the correct path.Installation methods
- pip (recommended)
- Standalone binary
- pip from GitHub
- Docker
Install the After installation, verify it works:If
lightnovel-crawler package from PyPI:In some environments you may need to use
pip3, python3 -m pip, or python -m pip instead of pip.lncrawl is not found, your pip scripts directory may not be in your PATH. You can run lncrawl using:Verify the installation
Run the following command to confirm lncrawl is installed and working:crawl, search, server, etc.).
If the lncrawl command is not found, try: