Skip to main content

Python module for easy integration with AiCaptcha API

Project description

AiCaptcha

Python library for solving various types of captcha including Hcaptcha, ReCaptchaV3(enterprise/normal) and Audio.

Installation

To install the library, simply run the following command:

pip install aicaptcha

Usage

To use the library, import the AiCaptcha class from the aicaptcha module, create an instance of the class with your API key, and call the appropriate method to solve the captcha.

Here's an example:

from aicaptcha import AiCaptcha

api_key = "your_api_key_here"
solver = AiCaptcha(api_key)

# Solve an Hcaptcha
hcaptcha_result = solver.Hcaptcha(site_key="hcaptcha_site_key_here", page_url="hcaptcha_page_url_here", user_agent="your_user_agent_here")
print(hcaptcha_result.token)
print(hcaptcha_result.key)

# Solve a ReCaptchaV3 (enterprise/normal)
recaptchav3_result = solver.ReCaptchaV3(type="recaptchav3_type(enterprise/normal)", site_key="recaptchav3_site_key_here", page_url="recaptchav3_page_url_here", action="recaptchav3_action_here")
print(recaptchav3_result.token)

# Solve a audio captcha
audio_captcha_result = solver.Audio(audio="audio_filename_or_content", numbers_sensitivity=False)
print(audio_captcha_result.text)
print(audio_captcha_result.confidence)

Channel

Telegram : AiCaptcha

Support

Telegram : Mr.Abood
If you need a free trial contact support.

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

aicaptcha-1.0.2.tar.gz (3.9 kB view details)

Uploaded Source

Built Distribution

aicaptcha-1.0.2-py3-none-any.whl (4.3 kB view details)

Uploaded Python 3

File details

Details for the file aicaptcha-1.0.2.tar.gz.

File metadata

  • Download URL: aicaptcha-1.0.2.tar.gz
  • Upload date:
  • Size: 3.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.8

File hashes

Hashes for aicaptcha-1.0.2.tar.gz
Algorithm Hash digest
SHA256 8101f549922dde1ce2e9d72700086a96e3fa6aa74d2b033cf11af67ccb4f20e3
MD5 7ed9b341158d4bc7877bb59cf6f87ca5
BLAKE2b-256 af4cda145fb7df8146213cbfa75470ce2249865895312113971681ce161b01ec

See more details on using hashes here.

File details

Details for the file aicaptcha-1.0.2-py3-none-any.whl.

File metadata

  • Download URL: aicaptcha-1.0.2-py3-none-any.whl
  • Upload date:
  • Size: 4.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.8

File hashes

Hashes for aicaptcha-1.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 eaa587cc780de864cbfbba9af3bac7d5d74a0adddf259a010261e6e87b54ef0c
MD5 529665f144c4222ed466e905b9596ead
BLAKE2b-256 83d4c9813860bbb5c2f35342add06f30dcf155436f5621a6c3e48ea086b0ff8b

See more details on using hashes here.

Supported by

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