A Python script for automatic login to NEU ipgw 东北大学校园网认证脚本
Go to file
2023-11-11 16:57:19 +08:00
config.ini config.ini 2023-03-05 13:25:00 +08:00
login.py fix login.py 2023-11-11 16:54:38 +08:00
README.md Update README.md 2023-11-11 16:57:19 +08:00

自动认证东北大学校园网脚本

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。登录脚本已更新/