Skip to content

基于NodeJs的一段爬虫程序,用于收集最新前端资讯

Notifications You must be signed in to change notification settings

eeplover/my-web-weekly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Web Weekly

简介

基于NodeJs的一段爬虫程序,用于收集最新前端资讯。

web weekly 邮件内内容截图

功能

  • 实时抓取指定页面数据。

  • 数据处理汇总,生成邮件并发送给指定📮。

说明

  • npm install 安装依赖包
  • 需要在项目根目录新建private-info.json,用于配置邮件的发送。数据格式如下
{
  "user": "user.name@gmail.com",
  "pass": "xxx",
  "sender": "sender.name",
  "receivers": "receiver.name@gmail.com"
}
  • 在 src/templates 下新增邮件模板和相应样式
  • 可在 index.js 里头配置需要抓取的页面链接以及相应的处理抓取数据的方法

About

基于NodeJs的一段爬虫程序,用于收集最新前端资讯

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published