feat: 添加超星学习通自动评教脚本及配置文件

实现超星学习通自动评教功能,支持账号密码登录和二维码登录
添加配置文件模板、依赖文件及gitignore配置
This commit is contained in:
EchoZenith
2026-05-04 23:07:19 +08:00
commit 4185141e7e
4 changed files with 742 additions and 0 deletions

2
requirements.txt Normal file
View File

@@ -0,0 +1,2 @@
requests>=2.28.0
pycryptodome>=3.15.0