reCAPTCHA v3 solver package
Project description
v3cap
Solve reCAPTCHA v3 challenges automatically - Python package with API support.
⚡ Installation
pip install v3cap
🚀 Usage
Python Package
from v3cap import get_recaptcha_token
token = get_recaptcha_token(
site_key="6LcwvFgrAAAAAG5UjzyiOkNe-3ekjPHJv0FUzeVy",
page_url="https://demo-v3cap.vercel.app",
action="demo/v3cap"
)
print(token)
API Server
# Start server
v3cap
# Alternative
python -m v3cap
Server runs on http://0.0.0.0:8000
API Endpoints
POST /solve_recaptcha/- Parameters:
site_key,page_url,action - Returns: JSON with token
- Parameters:
Docker
docker build -t v3cap .
docker run -p 8000:8000 v3cap
📋 Requirements
- Python 3.10+
- Chrome
- ChromeDriver
⚠️ Disclaimer
This tool is intended for educational and testing purposes only. Using this tool to circumvent reCAPTCHA on websites may violate their terms of service. Users are responsible for ensuring they have proper authorization to use this tool on any website. The author takes no responsibility for misuse of this software.
📄 License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file v3cap-0.0.3.tar.gz.
File metadata
- Download URL: v3cap-0.0.3.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c90bf92d979366b36152e7f6321efd5caf138bfbdc5934962e71f16166714c8d
|
|
| MD5 |
58bfac6865b40eb5810eaad5e8420789
|
|
| BLAKE2b-256 |
e3e226cd17bf62c89a8d6934aa28c9588cce4b807ae12247198bfdb1ead88809
|
File details
Details for the file v3cap-0.0.3-py3-none-any.whl.
File metadata
- Download URL: v3cap-0.0.3-py3-none-any.whl
- Upload date:
- Size: 5.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8f52c302c3f91432a3631ffcc0c0664079846611ff17a8255b83ed87e5d361c7
|
|
| MD5 |
15683506bf8dd7ed3804f6ddb378c588
|
|
| BLAKE2b-256 |
508b3911bb0ab62f10cc7c723e4ec798ca6d8bef51b6ea271e0a4062098f6584
|