Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
AvianJay committed Jan 25, 2024
1 parent 51865c5 commit f6c4027
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions HanlinQT/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# 翰林任務中心-答案獲取器
獲取答案。
# 範例用法
<pre>$>python hleexam.py --help
usage: hleexam.py [-h] [-i ID] [-s SAVENAME] [-j JSON_PATH] [-g GENHTML]

options:
-h, --help show this help message and exit
-i ID, --id ID 題目的ID
-s SAVENAME, --savename SAVENAME
保存的json檔案名稱
-j JSON_PATH, --json JSON_PATH
taskMetadata的JSON路徑
-g GENHTML, --genhtml GENHTML
生成HTML的檔案名稱

$>python hleexam.py -i ******** -s chinese.json -g chinese.html
得到任務ID: ************************_************************
獲取到 50 個題目,共 0 個錯誤
成功儲存題目到 chinese.json
成功創建HTML到 chinese.html</pre>
# 獲取taskMetadata
1. 右鍵檢查進入DevTools
<img src="./screenshots/1.png">
Expand Down

0 comments on commit f6c4027

Please sign in to comment.