Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 742 Bytes

README.md

File metadata and controls

45 lines (29 loc) · 742 Bytes

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