NovelDownloader/README.md
Juraj Oravec 741c8f3c75
Add missing dependency
Signed-off-by: Juraj Oravec <sgd.orava@gmail.com>
2017-11-07 19:48:07 +01:00

15 lines
379 B
Markdown

# NovelDownloader
Script to download each chapter of the webnovel, merge them together and convert to epub
# Dependencies
- jq
- nodejs-unfluff
- ebook-convert (Calibre)
- wget
# Usage
Set variables name, mainUrl, chapters and fromZero at the beginning of the python file and run the script
# Author`s comment
Bash would be better choice for this script but Python is cuter.