Thanks to visit codestin.com
Credit goes to github.com

Skip to content

afety/WHU-net-access

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

武大校园网终端认证

个人用登录武大校园网终端小工具(已经懒的开浏览器了....)

安装
	$ sudo pip install net-access-whu
使用
  • 直接登录
	$ net-access-whu -u 2020301260064 -p hellflame
  • 配置文件登录
	$ net-access-whu -c login.json

login.json 文件格式

{
	"username": 2020301260064,
	"password": "hellflame"
}

之后就等着查看返回消息就好了

About

武大校园网终端验证

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%