# 扇贝单词自动答题 **Repository Path**: yyxiaokai/Auto-Answering ## Basic Information - **Project Name**: 扇贝单词自动答题 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-10-14 - **Last Updated**: 2024-10-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 帮助文档 ## 依赖安装 ```powershell pip install PyQt5 -i https://pypi.tuna.tsinghua.edu.cn/simpl pip install pyqt5-tools -i https://pypi.tuna.tsinghua.edu.cn/simpl pip install mitmproxy -i https://pypi.tuna.tsinghua.edu.cn/simpl pip install pywin32 -i https://pypi.tuna.tsinghua.edu.cn/simpl ``` 打开url:[扇贝单词 · 词汇量测试 (shanbay.com)](https://web.shanbay.com/words/app/vocab-quiz) ## 启动代理服务器 ```powershell mitmweb -s response.py ``` ![image-20241014105850843](./assets/image-20241014105850843.png) 响应数据已保存在responseBody2.txt ## 启动程序 ```powershell python main.py ``` ![image-20241014105953353](./assets/image-20241014105953353.png) ![](./assets/AutoAnswering.gif)