Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 500 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 500 Bytes

SkuSpider

基于puppeteer的电商爬虫工具

使用方法

第一步,下载代码,安装依赖:

$ git clone https://github.com/xiongwilee/SkuSpider.git
$ cd SkuSpider && npm i

第二步,修改配置文件

参考./config/config.site.js

第三步,开始爬取

$ node index.js

作者