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
Signup for Akismet and get yourself an API key at http://akismet.com/plans/
Install this library:
pip install pykismet3
Make some calls to Akismet (see example below to get started)
Example
Import and instantiate Pykismet.
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.
Comment Check