Skip to main content

capx client for solving reCAPTCHA challenges.

Project description

capx-client

capx client for solving reCAPTCHA using Selenium and capx server.

Installation

Install via pip:

pip install capx-client

Usage

Here's an example of how to use it:

from selenium import webdriver
from selenium.webdriver.firefox.service import Service
from webdriver_manager.firefox import GeckoDriverManager
from capx_client.solver import RecaptchaSolver

driver = webdriver.Firefox(service=Service(GeckoDriverManager().install()))
driver.get("https://www.google.com/recaptcha/api2/demo")

solver = RecaptchaSolver(driver)
solver.solve()  # Done!

print("reCAPTCHA solved!")
input("Press Enter to quit...")
driver.quit()

Details

  • Uses Selenium for browser interaction.
  • Relies on a local API (localhost:8000) for image detection.

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

capx_client-0.1.3.tar.gz (5.6 kB view details)

Uploaded Source

Built Distribution

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

capx_client-0.1.3-py3-none-any.whl (6.8 kB view details)

Uploaded Python 3

File details

Details for the file capx_client-0.1.3.tar.gz.

File metadata

  • Download URL: capx_client-0.1.3.tar.gz
  • Upload date:
  • Size: 5.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for capx_client-0.1.3.tar.gz
Algorithm Hash digest
SHA256 611556f7caecd3582096e4ca76c4e4baf6090819098fc0a550242b43d44177d8
MD5 b138a90c67a13dd6b577b6d33f844a6d
BLAKE2b-256 21b3171f91b58fd5d9c72703092a5940d32017db846c5fcde71404211741912f

See more details on using hashes here.

File details

Details for the file capx_client-0.1.3-py3-none-any.whl.

File metadata

  • Download URL: capx_client-0.1.3-py3-none-any.whl
  • Upload date:
  • Size: 6.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for capx_client-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 816c0622f48b7a4734bd7103936399457abff4f52854fb27b7e179986cf1de65
MD5 0f2e0627aaba44d0ba1fdc7ccd8238f3
BLAKE2b-256 e892ec447e23a2b903a8d78e29cd72aa13b73b4939c1736288e09c0f63a2df76

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