Skip to content
This repository has been archived by the owner on Sep 30, 2022. It is now read-only.

iczc/cet46-force-query

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cet46-force-query

四六级成绩暴力查询。

Requirements

使用以下命令安装Packages:

$ pip install -r requirements.txt

Usage

1.修改配置文件config.ini

parameter explanation
user_name 考生姓名
prefix 准考证号前十位
room_lower 起始搜索考场号
room_upper 结束搜索考场号
seat_lower 起始搜索座位号
seat_upper 结束搜索座位号
api_username 打码平台用户名
api_password 打码平台密码

Tips

  • 打码平台 注册地址,注册充值后将用户名密码填入配置文件。
  • 四六级准考证号一共由15位组成,前6位为学校(校区)代码,第7-8位为考试年份,如18即2018年,第9位是指该年中的第几次测试,上半年为1,下半年为2,第10位是四六级类别,四级为1,六级为2;第11-13位是考场号,第14-15位是座位号。

四六级准考证号说明

2.运行search.py开始暴力搜索成绩

$ python search.py

TODO

异常处理
使用SVMCNN识别查询验证码。

About

四六级成绩暴力查询

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages