Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xiongwilee/SkuSpider
基于puppeteer的电商商品数据爬虫工具
https://github.com/xiongwilee/SkuSpider
Last synced: about 2 months ago
JSON representation
基于puppeteer的电商商品数据爬虫工具
- Host: GitHub
- URL: https://github.com/xiongwilee/SkuSpider
- Owner: xiongwilee
- Created: 2017-09-04T15:26:22.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-19T10:55:23.000Z (almost 6 years ago)
- Last Synced: 2024-11-08T10:01:58.919Z (about 2 months ago)
- Language: JavaScript
- Homepage:
- Size: 44.9 KB
- Stars: 120
- Watchers: 5
- Forks: 37
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SkuSpider
基于puppeteer的电商爬虫工具
## 使用方法
### 第一步,下载代码,安装依赖:
```shell
$ git clone https://github.com/xiongwilee/SkuSpider.git
$ cd SkuSpider && npm i
```### 第二步,修改配置文件
参考`./config/config.site.js`
### 第三步,开始爬取
```shell
$ node index.js
```## 作者
* [xiongwilee](https://github.com/xiongwilee)