Prune devel/py-EnthoughtBase
[dports.git] / devel / py-akismet / pkg-descr
1 Akismet is a web service for recognising spam comments.
2 It promises to be almost 100% effective at catching
3 comment spam. They say that currently 81% of all comments
4 submitted to them are spam.
5
6 It's designed to work with the Wordpress Blog Tool, but
7 it's not restricted to that - so this is a Python
8 interface to the Akismet API.
9
10 You'll need a Wordpress Key to use it. This script will
11 allow you to plug akismet into any CGI script or web application,
12 and there are full docs in the code. It's extremely easy to use,
13 because the folks at akismet have implemented a nice and
14 straightforward REST API.
15
16 WWW: http://www.voidspace.org.uk/python/akismet_python.html