Blog
recaptcha
Validating Google's reCAPTCHA on App Engine with Python
Sun, 20 November 2016Google have seriously revamped their reCAPTCHA recently. And it's awesome. Running this on App Engine for comments on blog posts or whatever else you need it for is quite simple.I wrote this small Python class to help verifying the results:import urllib2 import urllib import json class ReCapt... read more
recaptcha