Skip to content

Tribleave/fdu_network_auto_auth

 
 

Repository files navigation

fdu_network_auto_auth

This script is used to sign in to fudan network automaticlly

Requirement

It only works for Linux with python3 and pip3 installed.

You should be an sudoer of the machine.

Usage

  1. Install required package
pip3 install requests
  1. Run install script
cd <path to project folder>
sudo ./install

This script may ask for your student id and password.

After that, the service should be installed. Run sudo service fnaa start to start the service.

The service will automatically start after rebooting.

  1. Service controls
sudo service fnaa start
sudo service fnaa status
sudo service fnaa stop
  1. Uninstall
cd <path to project folder>
sudo ./uninstall

About

复旦大学校园网络自动登录验证脚本

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 70.3%
  • Shell 29.7%