Validates form submissions against the Akismet service to verify that they are not spam.
Simple usage example:
import cgi
from wsgiakismet import akismet
# Wordpress API Key and website name are required arguments
@akisimet('3489012ab121', 'http://blog.example.com/')
def app(env, start_response):
usersub = cgi.parse(fp=env['wsgi.input'], environ=env)
start_response('200 OK', [('Content-type', 'text/plain')])
return ['Comment is %s' % usersub['comment'][0]]
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
wsgiakismet-0.1.zip
(12.0 kB
view details)
wsgiakismet-0.1.tar.gz
(8.4 kB
view details)
wsgiakismet-0.1.tar.bz2
(8.4 kB
view details)
Built Distributions
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
wsgiakismet-0.1.win32.exe
(68.6 kB
view details)
wsgiakismet-0.1-py2.5.egg
(10.9 kB
view details)
wsgiakismet-0.1-py2.4.egg
(11.0 kB
view details)