From 6a24415cc276debfdec84b1e803add66a4392ed4 Mon Sep 17 00:00:00 2001 From: Juraj Oravec Date: Tue, 7 Nov 2017 19:47:04 +0100 Subject: [PATCH] Add some description Signed-off-by: Juraj Oravec --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index be74c3c..c6133e0 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,13 @@ -# novelDownloader +# NovelDownloader Script to download each chapter of the webnovel, merge them together and convert to epub + +# Dependencies +- jq +- nodejs-unfluff +- ebook-convert (Calibre) + +# 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.