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 hashes)

Uploaded Source

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