Skip to main content

Akismet SPAM blocking WSGI middleware.

Project description

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]]

Project details


Release history Release notifications | RSS feed

This version

0.1

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

Uploaded Source

wsgiakismet-0.1.tar.gz (8.4 kB view hashes)

Uploaded Source

wsgiakismet-0.1.tar.bz2 (8.4 kB view hashes)

Uploaded Source

Built Distributions

wsgiakismet-0.1.win32.exe (68.6 kB view hashes)

Uploaded Source

wsgiakismet-0.1-py2.5.egg (10.9 kB view hashes)

Uploaded Source

wsgiakismet-0.1-py2.4.egg (11.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