Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 811 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 811 Bytes

## 前端早报

## 系统介绍 bigo前端早报系统,包括但不限于掘金、知乎、infoq等咨询站点内容推送 支持推送到:企业微信 待支持:钉钉

开发

$ npm i
$ npm run dev
$ open http://localhost:9002/

功能预览

实现原理

使用puppeteer获取html结构,然后使用cheerio解析dom结构,返回爬虫数据。

备注

1.爬虫配置项 详情查看:src/constant/paper.js