MailchimpSimple: A Haskell library to handle mailing lists in MailchimpSimple using its JSON API.

[ bsd3, library, web ] [ Propose Tags ]

Library to handle mailing lists in MailchimpSimple using its JSON API


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.2.0.0
Dependencies aeson (>=0.7 && <0.8), aeson-lens (>=0.5 && <0.6), base (>=4.7 && <4.8), bytestring (>=0.10 && <0.11), directory (>=1.2 && <1.3), filepath (>=1.3 && <1.4), http-conduit (>=2.1 && <2.2), http-types (>=0.8 && <0.9), lens (>=4.11 && <4.12), text (>=1.1 && <1.2), time (>=1.4 && <1.5), transformers (>=0.3 && <0.4), vector (>=0.10 && <0.11) [details]
License BSD-3-Clause
Author Dananji Liyanage
Maintainer dan9131@gmail.com
Category Web
Home page https://github.com/Dananji/MailchimpSimple
Uploaded by dananji9131 at 2015-08-11T11:24:41Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 1570 total (8 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2015-08-11 [all 1 reports]

Readme for MailchimpSimple-0.1.0.0

[back to package description]

MailchimpSimple

A library to handle mailing lists in Mailchimp (http://mailchimp.com/)

Introduction

This library is written in Haskell, to interact with Mailchimp's JSON API. The initial commit supports only the Mailchimp 2.0 version. This currently implements couple of methods in the 'lists' section, they are;

  • Adding subscribers
  • List out the subscribers in a mailing list
  • List the mailing lists for given 'apikey'
  • Past activities performed on a mailing list

I hope to develop this further to support Mailchimp version 3.0 as well. Here is the link for the blog post written on this [http://dananjiliyanage.blogspot.com/2015/07/develop-mailchimp-library-with-haskell.html]

How to use

Given that you have installed Haskell platform in your machine; (If not, follow this link: https://www.haskell.org/platform/windows.html)

  1. Clone the Git repository using 'git clone https://github.com/Dananji/MailchimpSimple.git'
  2. Open the terminal, and browse into the cloned project folder
  3. Run 'cabal update'
  4. Then type 'cabal install' in the terminal