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-1.0.0.tar.gz
(5.6 kB
view details)
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 capx_client-1.0.0.tar.gz.
File metadata
- Download URL: capx_client-1.0.0.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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
710781eb3ee27ab1e08bd72dffd718d7f7a78615095ffa2099ac2ba451b835c4
|
|
| MD5 |
7b65cc61ac686036902f7b610433d334
|
|
| BLAKE2b-256 |
fa32c60df8cffac5fcdeae14522f9666e54dcadcc20da17fc1ec92415c91bc59
|
File details
Details for the file capx_client-1.0.0-py3-none-any.whl.
File metadata
- Download URL: capx_client-1.0.0-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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f99b8431e60330256aa5f00a38aaf81e8a79d7f67bd921266cc40e84c0bbeacf
|
|
| MD5 |
2a6c009484c1ed6a126df82e107d938f
|
|
| BLAKE2b-256 |
dedb163b3e4492c906b3640f25ba41b97dacb3d2c1334a7c1288183a733b9294
|