Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shiyutim/crawler

基于Node.js的小爬虫
https://github.com/shiyutim/crawler

Last synced: about 1 month ago
JSON representation

基于Node.js的小爬虫

Awesome Lists containing this project

README

        

# Node.js 简易小爬虫

一个使用 Node.js 写的爬取图片的小爬虫。

## 使用

需要安装`yarn`

在使用之前,需要在`crawler`文件夹下配置`url.js`,里面就是要爬取的网站链接。

```
git clone https://github.com/shiyutim/crawler.git

cd crawler

yarn install

node crawler
```