# nscan **Repository Path**: xank/nscan ## Basic Information - **Project Name**: nscan - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2018-06-03 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # NScan 基于 NodeJs 的网页采集器,像 Vue 一样简易配置 ## 快速开始 **数据库配置:** 复制 [config/demo.js](config/demo.js) 命名为 **local.js** ```javascript module.exports = { mongodb: 'mongodb://' // 配置 mongodb 地址 } ``` **采集示例和配置详见:** [app/demo/](app/demo/) **启动采集:** ```shell npm run start ``` ## 里程碑 - [x] 分页采集 - [x] 详情页采集 - [x] 静态页面采集 - [x] 自动编码检测 - [ ] 复杂分页采集 - [x] GET 采集 - [x] POST 采集 - [ ] API 采集 - [ ] 定时采集 - [ ] 采集状态持久化 - [ ] 采集日志 - [ ] 自动任务扫描 - [ ] 任务管理器