first commit

This commit is contained in:
cyy_mac
2026-03-24 22:30:11 +08:00
commit 69a660bfeb
10 changed files with 593 additions and 0 deletions

20
config.yaml Normal file
View File

@@ -0,0 +1,20 @@
monitor:
frequency_minutes: 30
sites:
- name: "物理与电子科学学院"
url: "https://www.csust.edu.cn/wdxy/xytz.htm"
encoding: "utf-8"
- name: "教务处"
url: "https://www.csust.edu.cn/jwc/index/tzgg.htm"
encoding: "utf-8"
notification:
smtp_host: "smtp.163.com"
smtp_port: 25
smtp_user: "chenyouyuan0505@163.com"
smtp_password: "AEszrLBtZZK5fJSv"
to_email: "3289288508@qq.com"
use_tls: true
state_file: "last_notifications.json"