Skip to content

福州大学教学区校园网自动连接 | Auto connect the network in the teaching area of FZU

Notifications You must be signed in to change notification settings

Dark-Existed/FZUNetworkAutoConnect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

FZUNetworkAutoConnect

本项目用于自动连接福州大学教学区校园网
检测网络状态是否正常,若有问题则自动重连

依赖

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.

Dependencies

python 3
requests

Usage

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>

About

福州大学教学区校园网自动连接 | Auto connect the network in the teaching area of FZU

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages