This commit is contained in:
ChuXun
2026-01-18 18:48:20 +08:00
commit 609b2334e8
13 changed files with 2220 additions and 0 deletions

35
config(模板).ini Normal file
View File

@@ -0,0 +1,35 @@
# 成绩监控配置文件
# 请根据实际情况修改以下配置
[login]
# 统一身份认证账号
USERNAME =
# 统一身份认证密码
PASSWORD =
# 登录页面URL
LOGIN_URL = https://webvpn.neu.edu.cn/http/62304135386136393339346365373340e2b0fd71d8941093ab4e2527/eams/homeExt.action
# 成绩查询URL
GRADE_URL = https://webvpn.neu.edu.cn/http/62304135386136393339346365373340e2b0fd71d8941093ab4e2527/eams/teach/grade/course/person!search.action?semesterId=113&projectType=
[email]
# 发件人邮箱
SENDER_EMAIL =
# 163邮箱SMTP授权码不是邮箱密码
# 需要在163邮箱设置中开启SMTP服务并获取授权码
SENDER_PASSWORD =
# 收件人邮箱
RECEIVER_EMAIL =
# SMTP服务器
SMTP_SERVER =
# SMTP端口
SMTP_PORT =
[monitor]
# 检查间隔建议60秒以上
CHECK_INTERVAL = 60
# 请求间隔建议5秒以上
REQUEST_DELAY = 5
# 重试次数
MAX_RETRIES = 3
# 重试间隔(秒)
RETRY_DELAY = 10