Skip to main content

reCAPTCHA v3 solver package

Project description

v3cap

License: MIT Python 3.10+ PyPI version PyPI Downloads

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

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

v3cap-0.0.3.tar.gz (4.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

v3cap-0.0.3-py3-none-any.whl (5.5 kB view details)

Uploaded Python 3

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

Hashes for v3cap-0.0.3.tar.gz
Algorithm Hash digest
SHA256 c90bf92d979366b36152e7f6321efd5caf138bfbdc5934962e71f16166714c8d
MD5 58bfac6865b40eb5810eaad5e8420789
BLAKE2b-256 e3e226cd17bf62c89a8d6934aa28c9588cce4b807ae12247198bfdb1ead88809

See more details on using hashes here.

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

Hashes for v3cap-0.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 8f52c302c3f91432a3631ffcc0c0664079846611ff17a8255b83ed87e5d361c7
MD5 15683506bf8dd7ed3804f6ddb378c588
BLAKE2b-256 508b3911bb0ab62f10cc7c723e4ec798ca6d8bef51b6ea271e0a4062098f6584

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page