Home

Awesome

<div align="center"> <img src="./docs/logo.png" width="600"/> </div> <br />

docs PyPI - Python Version PyPI license PyPI - Downloads PyPI - Downloads issue resolution open issues

Documents: https://noveldl.readthedocs.io/

NovelDL

Search and download novels from some specific websites.
You can star this repository to keep track of the project if it's helpful for you, thank you for your support.

Support List

Source_ENSource_CNSupport Search?Support Download?
zw81八一中文网
gebiqu阁笔趣
xbiquge笔趣阁

Install

Pip install

run "pip install pynoveldl"

Source code install

(1) Offline
Step1: git clone https://github.com/CharlesPikachu/noveldl.git
Step2: cd noveldl -> run "python setup.py install"
(2) Online
run "pip install git+https://github.com/CharlesPikachu/noveldl.git@master"

Quick Start

Run by leveraging the API

from noveldl import noveldl

config = {
    'savedir': 'outputs',
    'search_size_per_source': 5,
    'proxies': {},
}
client = noveldl.noveldl(config=config)
client.run()

Run by leveraging compiled file

Usage: noveldl [OPTIONS]

Options:
  --version           Show the version and exit.
  -k, --keyword TEXT  想要搜索下载的小说关键字, 若不指定, 则进入noveldl终端版
  -p, --proxies TEXT  设置的代理
  -s, --savedir TEXT  下载的小说的保存路径
  -c, --count TEXT    在各个平台搜索时的小说搜索数量
  -t, --targets TEXT  指定小说搜索下载的平台, 例如"zw81,gebiqu"
  --help              Show this message and exit.

Screenshot

img

Projects in Charles_pikachu

More

WeChat Official Accounts

Charles_pikachu
img