# reptile-node-book **Repository Path**: congwei0614/reptile-node-book ## Basic Information - **Project Name**: reptile-node-book - **Description**: node爬取笔趣阁 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2022-07-26 - **Last Updated**: 2024-12-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: Spider ## README # reptile-node-book #### 介绍 node爬取笔趣阁 #### 软件架构 node@v16.15.1 + axios + cheerio #### 安装教程 ```shell npm i //安装依赖 ``` #### 使用说明 ```shell npm run start // 开始下载小说 // 下载目录为 ./dist目录下 // !!!下载前注意src下是否有dist文件夹,如果没有请创建,否则报错。 ``` #### 切换小说 由于时间有限,暂不支持选择小说下载,可以去[笔趣阁](https://www.xbiquge.la/)中自行查找小说路径更换。 **具体流程:** - 复制https://www.xbiquge.la/后面的内容(不要带la后的反斜线) - 打开文件 src/setting文件,替换掉bookUrl内容后保存。然后就可以`npm run start`下载小说。 ![image-20220726222522278](C:\Users\Mr.cong\AppData\Roaming\Typora\typora-user-images\image-20220726222522278.png) ```shell npm run start // 开始下载小说 // 下载目录为 ./dist目录下 ``` #### Gitee地址 [Mr.cong](https://gitee.com/congwei0614)