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-0.1.3.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-0.1.3.tar.gz.
File metadata
- Download URL: capx_client-0.1.3.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 |
611556f7caecd3582096e4ca76c4e4baf6090819098fc0a550242b43d44177d8
|
|
| MD5 |
b138a90c67a13dd6b577b6d33f844a6d
|
|
| BLAKE2b-256 |
21b3171f91b58fd5d9c72703092a5940d32017db846c5fcde71404211741912f
|
File details
Details for the file capx_client-0.1.3-py3-none-any.whl.
File metadata
- Download URL: capx_client-0.1.3-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 |
816c0622f48b7a4734bd7103936399457abff4f52854fb27b7e179986cf1de65
|
|
| MD5 |
0f2e0627aaba44d0ba1fdc7ccd8238f3
|
|
| BLAKE2b-256 |
e892ec447e23a2b903a8d78e29cd72aa13b73b4939c1736288e09c0f63a2df76
|