Official CapMonsterCloud Client: https://capmonster.cloud/
Project description
CapMonster Cloud Python SDK
Official Python SDK for the CapMonster Cloud API. Use this package when you want to create tasks and retrieve solutions from Python applications or scripts.
Links
- Package: capmonstercloudclient on PyPI
- Documentation: docs.capmonster.cloud
- Dashboard / API key: dash.capmonster.cloud
Installation
python3 -m pip install capmonstercloudclient
Need to test before depositing? Contact support and we’ll add trial credits to your account.
Minimal async example
import asyncio
from capmonstercloudclient import CapMonsterClient, ClientOptions
from capmonstercloudclient.requests import RecaptchaV2Request
client_options = ClientOptions(api_key="<YOUR_API_KEY>")
cap_monster_client = CapMonsterClient(options=client_options)
recaptcha2request = RecaptchaV2Request(
websiteUrl="https://lessons.zennolab.com/captchas/recaptcha/v2_simple.php?level=high",
websiteKey="6Lcg7CMUAAAAANphynKgn9YAgA4tQ2KI_iqRyTwd",
)
async def solve_captcha():
return await cap_monster_client.solve_captcha(recaptcha2request)
response = asyncio.run(solve_captcha())
print(response)
Supported task families include reCAPTCHA, GeeTest, Turnstile, image-to-text, and additional task types documented in the public docs.
Supported request classes:
- AltchaCustomTaskRequest
- AlibabaCustomTaskRequest
- AmazonWafRequest
- BasiliskCustomTaskRequest
- BinanceTaskRequest
- CastleCustomTaskRequest
- DataDomeCustomTaskRequest
- FriendlyCaptchaRequest
- FuncaptchaRequest
- FunCaptchaComplexImageTaskRequest
- GeetestRequest
- HuntCustomTaskRequest
- ImageToTextRequest
- ImpervaCustomTaskRequest
- MTCaptchaRequest
- ProsopoTaskRequest
- RecognitionComplexImageTaskRequest
- RecaptchaComplexImageTaskRequest
- RecaptchaV2EnterpriseRequest
- RecaptchaV2Request
- RecaptchaV3EnterpriseRequest
- RecaptchaV3ProxylessRequest
- TemuCustomTaskRequest
- TenDiCustomTaskRequest
- TspdCustomTaskRequest
- TurnstileRequest
- YidunRequest
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
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 capmonstercloudclient-4.1.0.tar.gz.
File metadata
- Download URL: capmonstercloudclient-4.1.0.tar.gz
- Upload date:
- Size: 17.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
58e400aadf314a54e1123f9ec9208a13071687cfcd866978b0061dac7bdd6642
|
|
| MD5 |
7b004d460617b1ecb498a0774db26d7c
|
|
| BLAKE2b-256 |
38f3f84f8ae06dae417954b5fe084af67d0419dde0b0c744edb161ce302e2722
|
File details
Details for the file capmonstercloudclient-4.1.0-py3-none-any.whl.
File metadata
- Download URL: capmonstercloudclient-4.1.0-py3-none-any.whl
- Upload date:
- Size: 33.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
07578fd0ac91fb161d1db47eb7d36779f3224a74286336e6aa9f8d126611c635
|
|
| MD5 |
150d6270be82af9e77887f7c094ee7ab
|
|
| BLAKE2b-256 |
ac297c2ccf1eaf81d923d958e13ab8c19da104e7f460fe307ec05f8a17892e11
|