GitHub - adaptiware/spamcheck-python: :envelope: Simple Python wrapper for Postmark's Spamcheck API

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Folders and files

NameName

Last commit message

Last commit date

Latest commit

History

9 Commits

Repository files navigation

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

✉️ Simple Python wrapper for Postmark's Spamcheck API

Resources

Readme

License

MIT license

Activity

Custom properties

Stars

0 stars

Watchers

1 watching

Forks

0 forks

Languages

  • Python 100.0%