MailchimpSimple alternatives and similar packages
Based on the "Web" category.
Alternatively, view MailchimpSimple alternatives based on common mentions on social networks and blogs.
-
swagger-petstore
swagger-codegen contains a template-driven engine to generate documentation, API clients and server stubs in different languages by parsing your OpenAPI / Swagger definition. -
haskell-bitmex-rest
swagger-codegen contains a template-driven engine to generate documentation, API clients and server stubs in different languages by parsing your OpenAPI / Swagger definition. -
servant
Servat is a Haskell DSL for describing, serving, querying, mocking, documenting web applications and more! -
neuron
Future-proof note-taking and publishing based on Zettelkasten (superseded by Emanote: https://github.com/srid/emanote) -
tagsoup
Haskell library for parsing and extracting information from (possibly malformed) HTML/XML documents -
keera-hails-reactive-htmldom
Keera Hails: Haskell on Rails - Reactive Programming Framework for Interactive Haskell applications -
ghcjs-base
base library for GHCJS for JavaScript interaction and marshalling, used by higher level libraries like JSC -
ghcjs-dom
Make Document Object Model (DOM) apps that run in any browser and natively using WebKitGtk
InfluxDB - Purpose built for real-time analytics at any scale.
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of MailchimpSimple or a related project?
README
MailchimpSimple
A library to handle mailing lists in Mailchimp (http://mailchimp.com/)
Features
This library is written in Haskell, to interact with Mailchimp's JSON API. The initial commit supported only the Mailchimp 2.0 version. Now the library is available for version 3.0 using Basic HTTP Authentication. This implements the following functionalities;
- List the mailing lists for given 'apikey'
- List out the subscribers in a mailing list
- List the summary of activities of a given list
- Add individual subscribers and in batches
- Remove individual subscribers from a given list
- List the templates and campaigns in an account
- Create a new campaign
- Send a campaign (for this the campaign should be properly formatted using the web interface)
- Search members matching a specific query in a given list or account
Here are the links for the blog posts written on this [http://dananjiliyanage.blogspot.com/2015/07/develop-mailchimp-library-with-haskell.html, http://dananjiliyanage.blogspot.com/2016/03/using-basic-http-authentication-in.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)
- Clone the Git repository using 'git clone https://github.com/Dananji/MailchimpSimple.git'
- Open the terminal, and browse into the cloned project folder
- Run 'cabal update'
- Then type 'cabal install' in the terminal