NEU-Ipgw-auto-login/README.md
2023-10-12 12:12:07 +08:00

20 lines
367 B
Markdown
Raw 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.

## 自动认证东北大学校园网脚本
### 1. 填写账号密码
在`config.ini`中填写自己的统一登录账号密码,如
```
[info]
StudentID = 20001234
password = 12345678
```
### 2. 环境要求
python3
requests库
### 3. 运行脚本
```
python3 login.py
```
可以搭配自动化脚本如Mac的“捷径”实现一键快速登录。