A Python interface to the Akismet spam-filtering service. Current version 25.10.1 requires Python >=3.10 and uses httpx for async HTTP. Releases follow a calendar versioning scheme with monthly updates.
pip install akismetNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize with API key and blog URL, then call check() to test a comment.
Use Python 3.10+ or pip install 'akismet<25'
Replace 'from akismet import AkismetClient' with 'from akismet import Akismet' and ensure httpx is installed.
Always pass user_ip and user_agent to check().
Switch to the new Akismet class. See quickstart.