/freshmail-python

Python class for FreshMail API

Primary LanguagePythonMIT LicenseMIT

FreshMail-Python

A Python class for FreshMail REST API.

Installation

Copy freshmail.py into your app directory and import class:

from freshmail.py import Frashmail

Initialize FM object with:

fm = FreshMail('API_KEY','API_SECRET')

Examples

All samples included in samples directory.