Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 984 Bytes

README.md

File metadata and controls

42 lines (29 loc) · 984 Bytes

简介

爬取相关医疗新闻网站,并推送给对应的企业号应用。采编要失业了:)

支持

目前支持以下几个网站:

demo

每当以上网站有内容更新时,推送通知到指定应用,所有关注者都可以查看。

SET UP

运行之前,你需要在项目根目录新建 config.ini, 用于配置微信企业号:

corpid =
corpsecret =
party =
agentid =
token_url = https://qyapi.weixin.qq.com/cgi-bin/gettoken
msg_url = https://qyapi.weixin.qq.com/cgi-bin/message/send

另外,新建一个日志文件用来记录日志:

tocuh app.log
chmod +w app.log