内容来源
此项目爬取了 https://pass-dmv-test.com/quiz-1-zh 作为题库。
运行条件
需要安装 bs4, selenium 和 requests 库,以支持运行。
pip install bs4 selenium requests请在venv环境下运行代码,否则无法使用。
操作步骤
- 打开项目,在终端中输入
python manage.py runserver即可运行。 - 运行之后需要在网址栏复制此段 http://127.0.0.1:8000/user_list/ 即可使用。
Content Source
This project crawled https://pass-dmv-test.com/quiz-1-zh As a question bank.
Operating Conditions
Need to install bs4, selenium, and requests libraries to support runtime.
pip install bs4 selenium requestsPlease run the code in the venv environment, otherwise it cannot be used.
Operation Steps
-
Open the project and enter
python manage.py runserverin terminal to run it. -
After running, you need to copy this section in the URL bar http://127.0.0.1:8000/user_list/ You can use it now.