Universal captcha solving python module
Project description
ucaptcha
Universal captcha solving python module
Installation
You can install the package via pip:
pip install ucaptcha
Usage
from ucaptcha import solve_captcha
api_key = "..."
site_key = "..."
url = "..."
print(solve_captcha("anti-captcha", api_key, site_key, url))
print(solve_captcha("capmonster", api_key, site_key, url))
print(solve_captcha("twocaptcha", api_key, site_key, url))
print(solve_captcha("nocaptchaai", api_key, site_key, url))
print(solve_captcha("nopecha", api_key, site_key, url))
print(solve_captcha("twocaptcha", api_key, site_key, url))
Limitations
- Only supports HCaptcha
License
This project is licensed under the terms of the MIT license.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ucaptcha-1.1.2.tar.gz
(6.7 kB
view details)
Built Distribution
ucaptcha-1.1.2-py3-none-any.whl
(10.4 kB
view details)
File details
Details for the file ucaptcha-1.1.2.tar.gz
.
File metadata
- Download URL: ucaptcha-1.1.2.tar.gz
- Upload date:
- Size: 6.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.20
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e040a7d056d3808d8b5af91be0fdde3fe34b989954d6123b185941c3265959ad |
|
MD5 | 356ad460fd0591f34943239a33b07d5c |
|
BLAKE2b-256 | 2ade846922c2eb4421b12d8bd4445f70232923fefc7a77a603cb7b967efdadb3 |
File details
Details for the file ucaptcha-1.1.2-py3-none-any.whl
.
File metadata
- Download URL: ucaptcha-1.1.2-py3-none-any.whl
- Upload date:
- Size: 10.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.20
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2d7e889bd4b790e07f722033a61f5f447297b7664f2553fcb3ddc5ae25e667a6 |
|
MD5 | e28d6785b6a483aa6cd6fc56e4dca24f |
|
BLAKE2b-256 | 2b18756b98e8cb1393916bc47899ca35c575beb729ca8a8bbbec54f6a7b55c21 |