Files
GPA_Monitoring/config(模板).ini
ChuXun 609b2334e8 1
2026-01-18 18:48:20 +08:00

36 lines
964 B
INI
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 成绩监控配置文件
# 请根据实际情况修改以下配置
[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