https://github.com/stack-stark/get-wechat-article-images
node爬虫获取微信公众号文章所有图片
https://github.com/stack-stark/get-wechat-article-images
Last synced: about 1 year ago
JSON representation
node爬虫获取微信公众号文章所有图片
- Host: GitHub
- URL: https://github.com/stack-stark/get-wechat-article-images
- Owner: stack-stark
- License: mit
- Created: 2020-03-02T15:22:02.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-24T09:13:20.000Z (almost 6 years ago)
- Last Synced: 2025-01-29T04:19:18.228Z (about 1 year ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# node编写获取微信公众号文章所有图片的爬虫
## 使用
### 1.git clone
``` bash
git clone https://github.com/stack-stark/get-wechat-article-images.git
```
### 2.修改index中的链接
``` js
const config = { //配置
url: '', // 需要爬取的url
};
```
### 3.开始爬取
``` bash
npm start
```
## 关于
### 学习所写,请勿用于非法用途!产生后果雨我无瓜!
