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.1.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.1.tar.gz.
File metadata
- Download URL: capx_client-1.0.1.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 |
03183719346aa900a465504a8071c4a57272d2460c2efcfbf91bfc8852659d5b
|
|
| MD5 |
3fcfd6997144711023da5e10358736db
|
|
| BLAKE2b-256 |
ba4ebb7b8025f04f85dc0d5b6540d17a54a855fa6ad44968b1125e74ed7ea937
|
File details
Details for the file capx_client-1.0.1-py3-none-any.whl.
File metadata
- Download URL: capx_client-1.0.1-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 |
261c440fd4168f48959fd2cef80eba6436f813b5e294127ee9d46f0b6fce64db
|
|
| MD5 |
64a87935603cc230d4f04a73bf66fd61
|
|
| BLAKE2b-256 |
55ffdc252fdf19c7f3276d673e7e39a1b5a71f891ea22117465654eef33ff7a5
|