connorqmoore / spamcheck-python

:envelope: Simple Python wrapper for Postmark's Spamcheck API

Home Page:http://spamcheck.postmarkapp.com/doc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spamcheck-Python

PyPI GitHub license

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

About

:envelope: Simple Python wrapper for Postmark's Spamcheck API

http://spamcheck.postmarkapp.com/doc

License:MIT License


Languages

Language:Python 100.0%