Skip to main content

Python 3 server-side library for google No CAPTCHA reCAPTCHA services.

Project description

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

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

norecaptcha-python3-1.0.0.tar.gz (2.0 kB view details)

Uploaded Source

File details

Details for the file norecaptcha-python3-1.0.0.tar.gz.

File metadata

File hashes

Hashes for norecaptcha-python3-1.0.0.tar.gz
Algorithm Hash digest
SHA256 f4ce152c00c125aa2d5464276bfd50a8bf81941df1762a316dc5df878c5dfd9b
MD5 b31dc2879131f57d8311aaec2493193f
BLAKE2b-256 867cdd77090d8872e5ff3150d2fca80bfa44c64fceaf7bf71074150cf0885c20

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