Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 812 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 812 Bytes

USTC 教师邮箱查询

JS 版插件可在此处获取 https://greasyfork.org/zh-CN/scripts/446788-ustc-teacher-email

使用方法:

  • pip install -r requirements.txt

  • config.py 中填写学号、密码、需要查询的老师姓名

  • 运行 python get_email.py

本分支绕过了验证码识别,因此无需安装 PIL 等库,但不保证该方案长期有效

可以查看本项目的另一 auto_LT 分支。

目前仅支持根据教师姓名查询,根据课堂号查询还没搞(懒得搞了)

参考