This script is used to sign in to fudan network automaticlly
It only works for Linux with python3 and pip3 installed.
You should be an sudoer of the machine.
- Install required package
pip3 install requests
- 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.
- Service controls
sudo service fnaa start
sudo service fnaa status
sudo service fnaa stop
- Uninstall
cd <path to project folder>
sudo ./uninstall