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.captcha import get_recaptcha_token

token = get_recaptcha_token(
    site_key="YOUR_RECAPTCHA_SITE_KEY",
    page_url="https://example.com/page-with-recaptcha"
)
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
    • Returns: JSON with token

Docker

docker build -t v3cap .
docker run -p 8000:8000 v3cap

📋 Requirements

  • Python 3.10+
  • Chrome/Chromium
  • 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.2.tar.gz (3.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.2-py3-none-any.whl (4.3 kB view details)

Uploaded Python 3

File details

Details for the file v3cap-0.0.2.tar.gz.

File metadata

  • Download URL: v3cap-0.0.2.tar.gz
  • Upload date:
  • Size: 3.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for v3cap-0.0.2.tar.gz
Algorithm Hash digest
SHA256 4ca5dde83d98782c36ab447324385ba664dde8fe252d292f3d98e569887af99a
MD5 f4c7b5ef76fb9dc7af012bee32589eb6
BLAKE2b-256 b1698e6407c037bd7c1de0fff3f1d48b5181bcd100ea75a55e8645d4921f4a0a

See more details on using hashes here.

File details

Details for the file v3cap-0.0.2-py3-none-any.whl.

File metadata

  • Download URL: v3cap-0.0.2-py3-none-any.whl
  • Upload date:
  • Size: 4.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for v3cap-0.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 f3d6f8f129611564ffefa4eabd33b19f3eeb3302e126c655f9df33c7f3c65829
MD5 8ccb5167ed45e51663c69ee7871ea9db
BLAKE2b-256 617dd4d31fe2c9bb636765a5d49c86d447c899e6feb6feb8b9f8a1ad2780c8e0

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