Skip to main content

Zennolab.CapMonsterCloud.Client

Official python client library for capmonster.cloud captcha recognition service

Installation

python3 -m pip install capmonstercloudclient

Usage


import asyncio

from capmonstercloudclient import CapMonsterClient, ClientOptions
from capmonstercloudclient.requests import RecaptchaV2ProxylessRequest

client_options = ClientOptions(api_key=<YOUR_API_KEY>)
cap_monster_client = CapMonsterClient(options=client_options)

async def solve_captcha():
    return await cap_monster_client.solve_captcha(recaptcha2request)

recaptcha2request = RecaptchaV2ProxylessRequest(websiteUrl="https://lessons.zennolab.com/captchas/recaptcha/v2_simple.php?level=high",
                                                websiteKey="6Lcg7CMUAAAAANphynKgn9YAgA4tQ2KI_iqRyTwd")

responses = asyncio.run(solve_captcha())
print(responses)

Supported captcha recognition requests:

  • FunCaptchaProxylessRequest
  • FunCaptchaRequest
  • GeeTestProxylessRequest
  • GeeTestRequest
  • HCaptchaProxylessRequest
  • HCaptchaRequest
  • ImageToTextRequest
  • RecaptchaV2ProxylessRequest
  • RecaptchaV2Request
  • RecaptchaV3ProxylessRequest
  • RecaptchaV2EnterpriseProxylessRequest
  • RecaptchaV2EnterpriseRequest
  • TurnstileProxylessRequest
  • TurnstileRequest

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

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

capmonstercloudclient-1.1.0-py3-none-any.whl (20.4 kB view details)

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for capmonstercloudclient-1.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 4f8bfa20c61d0b870f5a41e167db2cb98882abdb977076219e1b83e583a3b8ca
MD5 ef0fdb82b9665c355d8b099b8ba518c6
BLAKE2b-256 2f2537fbdf2900e09d35de3f2611d94c67e246b2c93759aa552277c7cac97597

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