Skip to content

shakefu/pykismet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyKismet - Akismet API client

PyKismet is a simple, thread safe, Python client for the Akismet API, based on urllib3.

Example usage:

from pykismet.api import Akismet

api = Akismet('yourapikey', 'http://myblog.com')
api.check_comment(user_ip='192.168.2.1', user_agent='Mozilla',
   comment_content="Hello there Akismet!")

About

Python client for Akismet API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages