Unofficial python library to use service Nocaptcnaai
Project description
Pynocapai
Unofficial Library for nocaptchaai
Installation
pip install pynocapai
Available Method
hcaptcha_token
get solve token for hcaptcha
from pynocapai import NocaptchaAi
sitekey="a5f74b19-9e45-40e0-b45d-47ff91b7a6c2"
site_url="accounts.hcaptcha.com"
user_agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36 Edg/124.0.0.0"
ai = NocaptchaAi('<apikey>')
status,solve = ai.hcaptcha_token(sitekey=sitekey,site_url=site_url,user_agent=user_agent)
if status:
print(solve)
else:
print(solve)
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
pynocapai-1.0.0.tar.gz
(2.5 kB
view details)
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 pynocapai-1.0.0.tar.gz.
File metadata
- Download URL: pynocapai-1.0.0.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
505c8f5bb7686dd98ca3739299a41ca69d8a33478075798815c53eda968d8515
|
|
| MD5 |
a942254d47217c9893c5ffdc07d0173a
|
|
| BLAKE2b-256 |
a4db7d04709c04d9d89efb9c73c44c27580a667d99e2af095dadc9bf4f7943b0
|
File details
Details for the file pynocapai-1.0.0-py3-none-any.whl.
File metadata
- Download URL: pynocapai-1.0.0-py3-none-any.whl
- Upload date:
- Size: 3.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b45679f5811f772724d3cbf02455b29010d8b4298e6493b296afb9853bceec26
|
|
| MD5 |
8eb9c2fe14bdc3c901084075d0d9fc23
|
|
| BLAKE2b-256 |
12a18089c515956efa0a1a07b6a75c8b29a620780f60a176504711876bda09f8
|