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

30
.gitignore vendored Normal file
View File

@@ -0,0 +1,30 @@
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg-info/
dist/
build/
*.egg
# Virtual environment
venv/
env/
.venv/
.env/
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
.DS_Store
# Project specific - config with sensitive credentials
data/config.py
data/config.json
# Project specific - generated QR code images
data/*.png