Skip to content

ScottSloan/Novel-Spider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Novel-Spider Version License

一款简易的小说爬取工具

安装

# 克隆仓库
git clone https://github.com/ScottSloan/Novel-Spider
cd Novel-Spider

# 为提高下载速度,建议更换 pip 国内源
pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple

# 安装所需依赖
pip install -r requirements.txt

功能

  • 支持搜索、预览、下载小说
  • 可手动选择需要下载的章节
  • 使用线程池,大幅提升下载速度

界面截图

book_main.png book_detail.png book_option.png