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.0.tar.gz
(6.7 kB
view details)
Built Distribution
ucaptcha-1.1.0-py3-none-any.whl
(10.3 kB
view details)
File details
Details for the file ucaptcha-1.1.0.tar.gz
.
File metadata
- Download URL: ucaptcha-1.1.0.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 | 37971aa1cc3631bfef5aea691c7a259743ff56061b966194070f2e1c89857ddd |
|
MD5 | bf0035158bb2f1fc869b60cd6e320deb |
|
BLAKE2b-256 | 8209afc7b621ef2ee719e87c590a63347bebe97e649f111e36e125e22c792087 |
File details
Details for the file ucaptcha-1.1.0-py3-none-any.whl
.
File metadata
- Download URL: ucaptcha-1.1.0-py3-none-any.whl
- Upload date:
- Size: 10.3 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 | b57a53f3889dfeb1901ccb5e444f6e15955522a14e537c0e53a09b19a1bcd91e |
|
MD5 | 7ada614ea93a530959415d446cf5d231 |
|
BLAKE2b-256 | aca70709f09a5ccea7414efcd80958a5b017ce871d31d3c903273c10220f6ed5 |