NovelDownloader/README.org
Juraj Oravec c09655294a
Rewrtie using python libraries, use tabs
Signed-off-by: Juraj Oravec <sgd.orava@gmail.com>
2018-01-03 16:12:09 +01:00

14 lines
357 B
Org Mode

* NovelDownloader
Script to download each chapter of the webnovel and save all as epub.
* Dependencies
- python-beautifulsoup4
- python-ebooklib
- python-newspaper3k
* Usage
Set variables name, mainUrl, numberOfChapters and fromZero at the beginning of the python file and run the script.
* Author`s comment
Basic function is done, requires refactoring.