Skip to content

kosmikko/mollom-rest-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 

Repository files navigation

Python GAE wrapper for Mollom REST API

Provides starting point for using Mollom REST API.

Requires:

Example of usage:

mollom = request.MollomRequest()
print mollom.api_request('content',
                          http_method='POST',
                          post_data={'postBody': 'spam spam spam',
                                     'postTitle': 'ham ham ham',
                                     'checks': ["spam", "profanity"]
                          })

NB: I'm unlikely to maintain this any further. Feel free to fork it and make it better.

About

Python GAE wrapper for Mollom REST API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages