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 import RecaptchaSolver

driver = webdriver.Firefox(service=Service(GeckoDriverManager().install()))
driver.get("https://www.google.com/recaptcha/api2/demo")
solver = RecaptchaSolver(driver)
solver.solve()  # Done!
input("Press Enter to quit...")
driver.quit()

Details

  • Uses Selenium for browser interaction.
  • Relies on a local API (localhost:8000) for image detection.
  • Supported models: bicycle, bus, tractor, boat, car, hydrant, motorcycle, traffic, crosswalk, stair, taxi.

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.1.tar.gz (5.8 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.1-py3-none-any.whl (7.0 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: capx_client-0.1.1.tar.gz
  • Upload date:
  • Size: 5.8 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.1.tar.gz
Algorithm Hash digest
SHA256 a29d9d85d9e625eb215c984a894aa267e0ab91127fc1153200794bbe788afb39
MD5 1d89f54baf8547e8ae88fa5c0760b6e7
BLAKE2b-256 b1c61d1cdf8554b9f861a052f0cbf1fc05d50a7ac53f806844023eea80738db3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: capx_client-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 7.0 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.1-py3-none-any.whl
Algorithm Hash digest
SHA256 ea8f28a2a326212f50751f71e30783479d739c5ff3c63b11ed409f27b795cb1a
MD5 34eba6d03f80867ae4dba900d04d359a
BLAKE2b-256 74a6a6584ea72a51dab128e7a7f6c54cb60f41f46fdf4000327df55dc37461d4

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