Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vlionthu/tsinghua-auth
Python script to authenticate in Tsinghua network
https://github.com/vlionthu/tsinghua-auth
Last synced: 2 months ago
JSON representation
Python script to authenticate in Tsinghua network
- Host: GitHub
- URL: https://github.com/vlionthu/tsinghua-auth
- Owner: vlionthu
- Created: 2017-10-18T03:38:31.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-18T03:38:50.000Z (over 7 years ago)
- Last Synced: 2024-08-03T01:38:36.840Z (6 months ago)
- Language: Python
- Size: 1.95 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tsinghua-auth
一个简单的脚本,包含进行清华大学校园网认证的工具
### How to use
你需要手动创建一个config/account.yaml的文件,提供供认证使用的账户信息,其格式应该如下所示:
```yaml
account:
username:
password:
```
### Advanced
这个工程可以和[AutoIPChangeNotifier](https://github.com/huangy10/AutoIPChangeNotifier)这个工程结合使用。当AutoIPChangeNotifier部署在你的服务器上时他会周期性的检查本机的ip,如果发生了变化,则通知给提前制定好的邮件账户。
但是当这个工具使用在校园网场景下时,服务器更换ip的时候,常常也意味着服务器掉线了。此时需要这个工程中提供的工具来接入校园网。