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.1.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.1.tar.gz.
File metadata
- Download URL: pynocapai-1.0.1.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 |
2034369922875759b9a2ad638b2a5286374d2771aee108a525e56a3c73345748
|
|
| MD5 |
83819da91a95f73c4f3369dc157c1b34
|
|
| BLAKE2b-256 |
38387dff941b225d0c599dcef4e2875203c3a123e2776e7ab088fe56166f4752
|
File details
Details for the file pynocapai-1.0.1-py3-none-any.whl.
File metadata
- Download URL: pynocapai-1.0.1-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 |
155e84c7a7cfb15c2590643cc9aaeefdd458d3adbb8f2a3a6b58a6765a220e5f
|
|
| MD5 |
0a9d1856b0b891d38c6b78b1b4c5ebcf
|
|
| BLAKE2b-256 |
120d22ef404364dbcf059939d199274f2f579d083dda4d5bbf28d41706986c88
|