本项目用于自动连接福州大学教学区校园网
检测网络状态是否正常,若有问题则自动重连
python 3
requests
将项目clone至本地
git clone https://github.com/Dark-Existed/FZUNetworkAutoConnect.git
在 connect_network.py 中, 填入账号信息
username = ''
password = ''
在Linux下可使用crontab,定时执行
如每三小时执行一次
0 */3 * * * python3 <file path>
This project is for auto connect the network in the teaching area of FZU.
Check whether the network status is normal, and automatically reconnect if there is a problem.
python 3
requests
Clone the project to local
git clone https://github.com/Dark-Existed/FZUNetworkAutoConnect.git
Fill you account in connect_network.py
username = ''
password = ''
On Linux can ues crontab to execute regularly.
Such as every three hours.
0 */3 * * * python3 <file path>