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.2.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.2.tar.gz.
File metadata
- Download URL: capx_client-0.1.2.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 |
a6a8dbad448e46f5668aca016e9e305d0477a96fdf513a3bb716527da11d1144
|
|
| MD5 |
7edfd1e8cd7f39f46086a0bcd491375f
|
|
| BLAKE2b-256 |
9ec5af7ca504efb74107182ce90886e76b1c0666c66f0b1cb4eef9f79c74047f
|
File details
Details for the file capx_client-0.1.2-py3-none-any.whl.
File metadata
- Download URL: capx_client-0.1.2-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 |
ace47bed56fd4922d6cc577b40502ca0079e094f6671f876139d53f2a10ecfb3
|
|
| MD5 |
5994f19f2112395634025dddf9957ce0
|
|
| BLAKE2b-256 |
3430373248bdfbaea083ba902c051ce1c4b27331601413c45f6e96e7fa127876
|