Skip to content

Python script to authenticate in Tsinghua network

Notifications You must be signed in to change notification settings

vlionthu/tsinghua-auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

tsinghua-auth

一个简单的脚本,包含进行清华大学校园网认证的工具

How to use

你需要手动创建一个config/account.yaml的文件,提供供认证使用的账户信息,其格式应该如下所示:

account:
  username: <your username>
  password: <your password>

Advanced

这个工程可以和AutoIPChangeNotifier这个工程结合使用。当AutoIPChangeNotifier部署在你的服务器上时他会周期性的检查本机的ip,如果发生了变化,则通知给提前制定好的邮件账户。 但是当这个工具使用在校园网场景下时,服务器更换ip的时候,常常也意味着服务器掉线了。此时需要这个工程中提供的工具来接入校园网。

About

Python script to authenticate in Tsinghua network

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages