Spamcheck-Python
A simple Python wrapper for Postmark’s Spamcheck API
Installation
$ pip install spamcheck
Usage
import spamcheck result = spamcheck.check(your_email_content, report=True) score = result['score'] report = result['report']
License
This software is licensed under MIT License