Metadata-Version: 2.1
Name: noval
Version: 2022.2.15
Summary: Configurable novel Downloader.
Home-page: https://github.com/zlj-zz/fictiondownloader.git
Author: Zachary Zhang
Author-email: zlj19971222@outlook.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: System :: Shells
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# noval

```
                       _
 _ __   _____   ____ _| |
| '_ \ / _ \ \ / / _` | |
| | | | (_) \ V / (_| | |
|_| |_|\___/ \_/ \__,_|_| Configurable novel downloader.
```

## Usage

`noval -h` to get help message.

```
usage: noval [-h] [-n fiction_name] [--conf path] [--save-to path] [--range RANGE] [--split SPLIT | --append] [-v]

optional arguments:
  -h, --help            show this help message and exit
  -n fiction_name, --name fiction_name
                        custom fiction name.
  --conf path           custom config path.
  --save-to path        custom fiction save path.
  --range RANGE         Download chapter range, like: --range "10,20"
  --split SPLIT         Download segmented storage.
  --append              Whether it is in append mode. It is recreated by default.
  -v, --version         Show version and exit.
```

## Installation

### Pip

```
pip3 install noval --upgrade
```

### Source

```
git clone --dep 1 https://github.com/zlj-zz/noval.git
cd noval && python3 setup.py install
```


