Skip to content
This repository was archived by the owner on Dec 8, 2020. It is now read-only.

suyu0925/wxhs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

无锡惠山电力查询

下载并安装node

可参考nodejs官网直接下载安装包

下载并安装yarn

可参考yarn官网直接下载安装包

安装node依赖

yarn -d

修改配置

修改config.js

{
  duration: '* 0 * * *', // cron格式的时间,只用修改第2个数字,比如4为每天凌晨4点抓取
  lou: '六号楼(D座用户)(1)', // 楼房
  yonghu: 1012, // 用户信息
  threshold: 50, // 购电剩余的阈值,低于这个值就会发送邮件
  email: {
    sender: {
      name: '', // 用来发送提醒邮件的邮箱地址
      account: '', // 用来发送提醒邮件的账号
      password: '', // 用来发送提醒邮件的密码
      smtp: '', // 使用的邮件smtp服务器的地址
      port: 0 // 使用的邮箱smtp服务器的端口
    },
    receiver: '' // 用来接收提醒邮件的账号
  }
}

运行

node index

About

无锡惠山万达物业用电查询系统爬虫

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors