NEU-Ipgw-auto-login/README.md
2023-11-11 16:56:54 +08:00

24 lines
619 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.

## 自动认证东北大学校园网脚本
javascript版本->https://github.com/CalebChen768/NEU_ipgw_login_js/tree/main
### 1. 填写账号密码
在`config.ini`中填写自己的统一登录账号密码,如
```
[info]
StudentID = 20001234
password = 12345678
```
### 2. 环境要求
python3 + requests库
### 3. 运行脚本
```
python3 login.py
```
可以搭配自动化脚本如Mac的“捷径”实现一键快速登录。
## 最近更新
2023-11-11:今日ipgw登录流程出现更新比如登录过程需要从https://ipgw.neu.edu.cn/checkacid 进行get请求获取`mysession`的cookie