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.1.tar.gz
(6.7 kB
view details)
Built Distribution
ucaptcha-1.1.1-py3-none-any.whl
(10.3 kB
view details)
File details
Details for the file ucaptcha-1.1.1.tar.gz
.
File metadata
- Download URL: ucaptcha-1.1.1.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 | c9eac3a7109c426680a4c93128ade505810665fc2fc37c612c8b3cf8f3c59c6b |
|
MD5 | df3a70c17c1962b73edfbf330a680ae4 |
|
BLAKE2b-256 | 595a9ff5d421021afac02482f07a5e48bca59f1592fbaa2d10caf25e77868bc4 |
File details
Details for the file ucaptcha-1.1.1-py3-none-any.whl
.
File metadata
- Download URL: ucaptcha-1.1.1-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 | e19af467a6d8266aeb17485bf59a979b7b54c235ebfe510173c51a1fba846fa8 |
|
MD5 | 6824f84d8e56fdfbac21d7dc435bc38f |
|
BLAKE2b-256 | 3efd7b0b954b9e145984a40b2ab085a322dffa766caa435b25c2929ad1c2ded1 |