Skip to content

zhaoguoquan94/FuckHITPingJiao

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FuckPingJiao

Fuck 哈工大之评教

安装所需

$ pip install requests

单独运行

$ python fuckpj.py 110xxxxxxx

注意 python fuckpj.py 后面加上你的学号,不需要密码

部署为Web服务

需要安装flask

$ pip install flask
$ python index.py

访问 http://0.0.0.0:5000/?SID=你的学号

使用Gunicorn部署

安装gunicorn:

pip install gunicorn

后台运行服务:

gunicorn -w 4 -b 127.0.0.1:5000 -D index:app 

关于

  • 评教后并未作最后提交,但这不影响期末查询成绩。

  • 评教全部随机数据,数据质量不会太差

About

Fuck HIT's JWC PingJiao With Single Python Script

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published