capx client for solving reCAPTCHA challenges.
Project description
capx-client
A simple client for solving reCAPTCHA challenges using Selenium and an image detection API.
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.0.tar.gz
(5.7 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.0.tar.gz.
File metadata
- Download URL: capx_client-0.1.0.tar.gz
- Upload date:
- Size: 5.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c08130b6cfc304afce8ef28dfd32cf91c651cea83f291ed98be705db75327488
|
|
| MD5 |
99a1847f6df2f90bcc6e5f3376a5fc7a
|
|
| BLAKE2b-256 |
24562314f65844d834f724cf22e29cc7ce8b080f2f7306e2c47db7848d3ef399
|
File details
Details for the file capx_client-0.1.0-py3-none-any.whl.
File metadata
- Download URL: capx_client-0.1.0-py3-none-any.whl
- Upload date:
- Size: 6.9 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 |
34d1a83fe56b54377aa05a4d7b043d5c9952b73a9c636eda2ef905908eea1a8e
|
|
| MD5 |
8b94217650bccad59411ab839ca43308
|
|
| BLAKE2b-256 |
c30983f38d99b93259ad54f6de53676a4a3540960dde23b574f4aa034e6277d8
|