Python module for easy integration with AiCaptcha API
Project description
Under Development
AiCaptcha
Python library for solving various types of captcha including Hcaptcha and ReCaptchaV3(enterprise/normal).
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")
print(hcaptcha_result.dict)
# Solve a ReCaptchaV3 (enterprise/normal)
recaptcha_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(recaptcha_result.dict)
Contact
Telegram : Mr.Abood
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
aicaptcha-1.0.1.tar.gz
(3.7 kB
view details)
Built Distribution
File details
Details for the file aicaptcha-1.0.1.tar.gz
.
File metadata
- Download URL: aicaptcha-1.0.1.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cedf8abeb82e7f20da7017210bf48b4ac75b9853589fc26e06dc43a9255e24bd |
|
MD5 | 6ad40f343ce4322083a38d7189b28385 |
|
BLAKE2b-256 | 7d8b9b5fcf4084fb05aa561b3b62c2e1411cb69fcf668010bd6e6d4dddc8299b |
File details
Details for the file aicaptcha-1.0.1-py3-none-any.whl
.
File metadata
- Download URL: aicaptcha-1.0.1-py3-none-any.whl
- Upload date:
- Size: 4.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b1ef6faaaa042b1f0551bdee33f9f7878045f2869fc266b991d9ab1e0d0162bd |
|
MD5 | 0717bf62ba46fd7e90d7fc6d23a5c715 |
|
BLAKE2b-256 | 389eee04749df0377fc3102b666f567668df2cc57f98e47d51860cfd2e064bbc |