lpiob / freshmail-python

Python class for FreshMail API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Python class for FreshMail API

License:MIT License


Languages

Language:Python 100.0%