Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shiyutim/crawler
基于Node.js的小爬虫
https://github.com/shiyutim/crawler
Last synced: about 1 month ago
JSON representation
基于Node.js的小爬虫
- Host: GitHub
- URL: https://github.com/shiyutim/crawler
- Owner: shiyutim
- Created: 2020-01-12T04:22:45.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T00:30:29.000Z (almost 2 years ago)
- Last Synced: 2023-03-21T10:28:28.659Z (over 1 year ago)
- Language: JavaScript
- Size: 43 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Node.js 简易小爬虫
一个使用 Node.js 写的爬取图片的小爬虫。
## 使用
需要安装`yarn`
在使用之前,需要在`crawler`文件夹下配置`url.js`,里面就是要爬取的网站链接。
```
git clone https://github.com/shiyutim/crawler.gitcd crawler
yarn install
node crawler
```