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)
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-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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a29d9d85d9e625eb215c984a894aa267e0ab91127fc1153200794bbe788afb39
|
|
| MD5 |
1d89f54baf8547e8ae88fa5c0760b6e7
|
|
| BLAKE2b-256 |
b1c61d1cdf8554b9f861a052f0cbf1fc05d50a7ac53f806844023eea80738db3
|
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ea8f28a2a326212f50751f71e30783479d739c5ff3c63b11ed409f27b795cb1a
|
|
| MD5 |
34eba6d03f80867ae4dba900d04d359a
|
|
| BLAKE2b-256 |
74a6a6584ea72a51dab128e7a7f6c54cb60f41f46fdf4000327df55dc37461d4
|