Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/seaung/crawler-node
一个用nodeJs实现的,简单的图片爬虫
https://github.com/seaung/crawler-node
Last synced: 6 days ago
JSON representation
一个用nodeJs实现的,简单的图片爬虫
- Host: GitHub
- URL: https://github.com/seaung/crawler-node
- Owner: seaung
- Created: 2020-04-24T13:37:23.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T03:11:37.000Z (almost 2 years ago)
- Last Synced: 2023-03-08T03:53:21.505Z (over 1 year ago)
- Language: JavaScript
- Size: 726 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#### Crawler Node Spider
一个用NodeJS实现的,简单的图片爬虫
#### 使用
更改config.js文件里面的url,运行如下命令即可```
>>> node index.js
```---
that's all