Skip to main content

Akismet v1.1 module for Python.

Project description

Python-akismet

Pykismet3 fork. Support older versions of Python and improvements.

Supported API

The Following Akismet API Calls are currently supported: * Comment Check * Submit Ham * Submit Spam

Unsupported API

The following Akismet API Calls are not yet supported: * Key Verification

Installation

  1. Signup for Akismet and get yourself an API key at http://akismet.com/plans/

  2. Install this library:

    pip install pykismet3

  3. Make some calls to Akismet (see example below to get started)

Example

Import and instantiate Pykismet.

Comment Check

Submit Ham

Submit Spam

Documentation

The examples above show you pretty much everything you need to know.

For a full list of supported parameters for each API call, see http://akismet.com/development/api/

The code is only ~150 lines long anyway, so just look at ‘’’akismet’’’ if you aren’t sure about something.

Project details


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