Skip to main content

Anti-spam protections for django-blog-zinnia with Akismet or Typepad

Project description

Zinnia-spam-checker-akismet is a package providing spam protection on comments for django-blog-zinnia via Akismet or Typepad AntiSpam.

Installation

Simply install the package on your system:

$ pip install zinnia-spam-checker-akismet

The python-akismet will also be installed as a dependency.

Using Akismet

Put this setting to enable the Akismet spam checker backend:

ZINNIA_SPAM_CHECKER_BACKENDS = ('zinnia_akismet.akismet',)

Then define your API key in the settings:

AKISMET_API_KEY = 'Your key'

Get your free API key at http://akismet.com/signup/ if you don’t have one.

Using Typepad AntiSpam

Put this setting to enable the Typepad spam checker backend:

ZINNIA_SPAM_CHECKER_BACKENDS = ('zinnia_akismet.typepad',)

Then define your API key in the settings:

TYPEPAD_API_KEY = 'Your key'

Why Typepad is included in this package ?

For conveniency because the Typepad AntiSpam use the same API as Akismet, they share the same dependancy to the python-akismet module.

Note that you can combine the two spam checkers like this:

ZINNIA_SPAM_CHECKER_BACKENDS = (
    'zinnia_akismet.akismet',
    'zinnia_akismet.typepad')

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

zinnia-spam-checker-akismet-1.1.tar.gz (11.5 kB view details)

Uploaded Source

File details

Details for the file zinnia-spam-checker-akismet-1.1.tar.gz.

File metadata

File hashes

Hashes for zinnia-spam-checker-akismet-1.1.tar.gz
Algorithm Hash digest
SHA256 34f2eaeaa48dea2db132bfce45eb1f0da851dee43af20b4a850969d4f61d3ad4
MD5 1ed7517cd3068b53e5fb1f2e5d209d40
BLAKE2b-256 f5eb73fb14793ef3bb717ad6529e96e597a3728062af606868c630dc6ab95a95

See more details on using hashes here.

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