Skip to content
This repository has been archived by the owner on Jan 18, 2023. It is now read-only.

Latest commit

 

History

History
35 lines (22 loc) · 821 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 821 Bytes

Sucking YQTB

English | 中文

A simple program for the fucking silly epidemic reporting system.

Usage

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