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 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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Hashes for zinnia-spam-checker-akismet-1.0.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | f0455d8e63754da7c167edee893acda12c3d89b6c19228b2d369e1ef3d4d9335 |
|
MD5 | 0bb294e6963faf3c3ce46274e607d1b8 |
|
BLAKE2b-256 | 8ea6002ef34b370dc61204a3f83b7e94f29230a4a387fa18647e033996486534 |