English | 中文
A simple program for the fucking silly epidemic reporting system.
Rename at_school.example.toml
(if you have returned to the school) or other.example.toml
(if not) to config.toml
and modify it with your information.
If you don't want to write your username and password in the config file, you can delete [basic]
and the two lines below, or just delete username
or password
, or both, whatever you want.
Then open a terminal and run:
./syq
If you want to keep reporting until it succeeds, run:
./syq -r
If you don't write your username and password in the config file, you must add them when you use the program:
./syq -u <username> -p <password>
More information can be run:
./syq -h