Installation
Run:
pip install norecaptcha-python3
Example of use
from norecaptcha3.captcha import submit
r = submit(remote_ip=user_ip,
response=client_code,
secret_key=captcha_secret)
if not r.is_valid:
raise Exception('Invalid captcha')
Supported versions
Python >= 3.0
Google No CAPTCHA reCAPTCHA 1.0
Release files for norecaptcha-python3 1.0.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| norecaptcha-python3-1.0.0.tar.gz | 2.0 kB | Details |
Release files / norecaptcha-python3-1.0.0.tar.gz
| Download URL | norecaptcha-python3-1.0.0.tar.gz |
|---|---|
| Size | 2.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
f4ce152c00c125aa2d5464276bfd50a8bf81941df1762a316dc5df878c5dfd9b
|
|
BLAKE2b-256 checksum How to use checksums |
867cdd77090d8872e5ff3150d2fca80bfa44c64fceaf7bf71074150cf0885c20
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |