Skip to main content

Official CapMonsterCloud Client: https://capmonster.cloud/

Project description

CapMonster Cloud Python SDK

PyPI version

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

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:

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

capmonstercloudclient-4.1.0.tar.gz (17.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

capmonstercloudclient-4.1.0-py3-none-any.whl (33.8 kB view details)

Uploaded Python 3

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

Hashes for capmonstercloudclient-4.1.0.tar.gz
Algorithm Hash digest
SHA256 58e400aadf314a54e1123f9ec9208a13071687cfcd866978b0061dac7bdd6642
MD5 7b004d460617b1ecb498a0774db26d7c
BLAKE2b-256 38f3f84f8ae06dae417954b5fe084af67d0419dde0b0c744edb161ce302e2722

See more details on using hashes here.

File details

Details for the file capmonstercloudclient-4.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for capmonstercloudclient-4.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 07578fd0ac91fb161d1db47eb7d36779f3224a74286336e6aa9f8d126611c635
MD5 150d6270be82af9e77887f7c094ee7ab
BLAKE2b-256 ac297c2ccf1eaf81d923d958e13ab8c19da104e7f460fe307ec05f8a17892e11

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page