Skip to content

Nodejs 爬虫 Jenkins+Puppeteer 定时获取数据

Jenkins 配置定时任务

https://www.cnblogs.com/qican/p/15508250.html

云服务器安装 Puppeteer

我的云服务器系统 centos, 按照 GitHub 官方的步骤未能安装

这是我亲测可用的方法 Nodejs 爬虫 Centos 无法运行 Puppeteer 解决方案

步骤

序号步骤备注
1ssh 登录阿里云
2执行命令
3运行 Nodejs 代码
4启动 Puppeteer 无头浏览器 爬取数据
5根据爬取到的数据生成数据统计 .md 文件
6Docsify 文档网站显示出来数据

时序图