Skip to content

RSS support for School of Mathematical Sciences, Nankai University

Notifications You must be signed in to change notification settings

zawnpn/NKU-SMS-RSS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NKU-SMS-RSS

RSS support for School of Mathematical Sciences, Nankai University

说明

可定时抓取南开数院的文章标题、日期及链接,生成xml文件便于订阅rss,同时推送邮件。

RSS订阅

同时在“即刻”APP中已根据上面的RSS订阅地址创建了“南开数院新闻订阅”主题,扫描下面的二维码即可随时关注

subscribe

邮件订阅

如有需要,可以发送相关信息至zwp@oncemath.com,或者在这个页面下面的评论区进行相关说明

使用

  • 需要Python3环境,并按需安装模块
  • 更改config/config.py中的相关配置信息,同时在config/receivers中添加收件人信息(奇数行填写收件人的姓名等相关信息,偶数行填写对应的邮箱地址)
  • 通过命令python3 main.py即可运行,可配合crontab进行定时作业

注意

  • 使用crontab时,务必确保代码内的路径都是恰当的绝对路径,否则可能会报错
  • 在服务器上运行时,注意不要泄露config/config.py中的密码等相关信息
  • 注意不要关闭服务器的邮件端口,如22、465等
  • 发送邮件时若要使用SSL,请将./function/mail.pysend函数中server = smtplib.SMTP(smtp_server, port)修改为server = smtplib.SMTP_SSL(smtp_server, port),并注意使用正确的SSL端口号

其他

感谢@yqnku

About

RSS support for School of Mathematical Sciences, Nankai University

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages