Skip to content

KaSebRat/lightnovel-crawler

 
 

Repository files navigation

Lightnovel Crawler

Python version PyPI version GitHub issues SayThanks.io

Crawls light novels and make html, text, epub and mobi

Tutorial

Installation

Make sure that you have python3 and pip installed in your computer. Add this package using:

$ pip3 install -U lightnovel-crawler

# Or if it does not work, use:
$ python3 -m pip install --user -U lightnovel-crawler

Next, Open the console panel in a directory you want to store your downloaded novels and run the following to open an interactive console.

$ lightnovel-crawler

# Or, a shortcut:
$ lncrawl

There is a verbose mode for extended logging: lncrawl -v

Available websites

The list of crawable websites are given below. Request new site by creating a new issue.

Adding new source

That's all!

About

Crawls light novels and make html, text, epub and mobi

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 98.2%
  • CSS 1.6%
  • Shell 0.2%