Skip to main content

A minimalist Python client for the Google reCAPTCHA 2.0 API

Project description

A minimalist Python client for the Google reCAPTCHA 2.0 API.

Usage:

>>> import recaptcha2

>>> recaptcha2.verify(SECRET_KEY, INVALID_RESPONSE, REMOTE_IP)
{u'error-codes': [u'invalid-input-response'], u'success': False}

>>> recaptcha2.verify(SECRET_KEY, VALID_RESPONSE, REMOTE_IP)
{u'success': True}

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

recaptcha2-0.1.tar.gz (1.5 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