# web-verification-code-project **Repository Path**: star-sc/web-verification-code-project ## Basic Information - **Project Name**: web-verification-code-project - **Description**: python fastapi 解析前端传递的验证码 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2025-04-15 - **Last Updated**: 2025-10-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 介绍 可以解析网站的验证码,并自动填写 **注意:** 当前版本 仅能解析 字母和数字 ## 环境 **python** 3.12 **fastapi** 框架 `MIT`开源协议 ## 文件 **main.py** - 项目后台 **tampermonkey-old.js** - 篡改猴脚本 # Pull Requests 暂只接受 对 `tampermonkey-old.js`的 `siteList` 中添加对象, 对于其他文件的修改可能不会支持 # Docker 命令 ```bash docker build -t web-verification-code-project . ``` ```bash docker run -d --privileged --restart always --network my_network --name web-verification-code-project web-verification-code-project ``` ```bash docker run -d --privileged --restart always -p 8000:8000 --network my_network --name web-verification-code-project web-verification-code-project ```