Skip to content
This repository was archived by the owner on Jun 3, 2025. It is now read-only.

Commit 1d7ff3b

Browse files
committed
docs:更新了文档🚀
1 parent 2b74f6a commit 1d7ff3b

File tree

1 file changed

+19
-5
lines changed

1 file changed

+19
-5
lines changed

README.md

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
![GitHub stars](https://img.shields.io/github/stars/aglorice/new_xxt.svg)
99
![python](https://img.shields.io/badge/python-3.10-blue)
10-
![version](https://img.shields.io/badge/version-v0.2.5-blue)
10+
![version](https://img.shields.io/badge/version-v0.3.1-blue)
1111
![contributors](https://badgen.net/github/contributors/aglorice/new_xxt)
1212
![prs](https://badgen.net/github/prs/aglorice/new_xxt)
1313

@@ -30,11 +30,13 @@
3030
* [x] 查看作业的成绩以及完成状态
3131
* [x] 获取个人信息
3232
* [x] 查看作业是否可以重做
33+
* [x] 手机号密码登录
3334
* [x] 实现扫码登录
35+
* [x] 在没有正确答案的情况下提取自己的答案(测试)
36+
* [x] 多用户批量完成作业
37+
* [x] 批量提取一个课程所有的作业
3438
### 🛸打算实现的功能
35-
* [ ] 多用户批量完成作业
36-
* [ ] 提取一个课程所有的作业
37-
* [ ] 在没有正确答案的情况下提取自己的答案
39+
* [x] 对接题库
3840
## 目前对题型支持
3941

4042
| 题型 | 完成状态 |
@@ -65,7 +67,7 @@ pip install -r requirements.txt
6567
```bash
6668
python main.py
6769
```
68-
#### 5.使用爬取功能去爬取已完成的作业的账号,得到答案文件后,你可以选择将得到的json文件移动到`answers`文件下,然后使用完成作业的功能即可。
70+
#### 5.使用爬取功能去爬取已完成的作业的账号,得到答案文件后,你可以选择将得到的json文件移动到`answers`文件下,然后使用完成作业的功能即可。使用批量功能前,请提前配置 `user.json`
6971
#### 如果觉得上述方式比较麻烦,该项目提供exe版本,打开 [releases](https://github.com/aglorice/new_xxt/releases),找到`xxt.zip`,下载下来,解压后运行`xxt/xxt.exe`即可。
7072
#### 注意:如果在提交作业的时候提示无效参数,直接再次运行一次就可以了。对于需要重做的作业,你可以先在手机或电脑上点击重做,然后再回到该脚本,作业会显示未交的状态,这个时候就可以使用脚本正常运行。
7173

@@ -101,6 +103,18 @@ python main.py
101103
]
102104
}
103105
```
106+
`user.json`
107+
```json
108+
{
109+
"users": [
110+
{
111+
"phone":"你的手机号",
112+
"password": "密码",
113+
"name": "test1"
114+
}
115+
]
116+
}
117+
```
104118

105119
终端运行结果:
106120
![](img/uTools_1684916919281.png)

0 commit comments

Comments
 (0)