/SDU-Evaluation

山东大学教学评估脚本-统一身份认证版

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

SDU 教学评估

自动对所有老师进行教学评估。

Require

Use

prepare:

> git clone git@github.com:Grapedge/SDU-Evaluation.git evaluation
> cd ./evaluation
> npm install

open index.js and modify config:

const config = {
  username: '学号', // 你的学号
  password: '密码', // 你的密码
};

then, run script:

> node ./index.js