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
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
recaptcha2-0.1.tar.gz
(1.5 kB
view details)
File details
Details for the file recaptcha2-0.1.tar.gz
.
File metadata
- Download URL: recaptcha2-0.1.tar.gz
- Upload date:
- Size: 1.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 614df17947bc1376642b287ef8dfea8d482a0d44660c876209a256d110069a54 |
|
MD5 | 96338dc851ec267d2e48c824c96652ac |
|
BLAKE2b-256 | 69307a5df1ed8ec478c9855d47ceb30dc2d1e3ed0298cfc37f4cf22f356dad28 |