NewsChimp

Newsletter generator for MailChimp


Keywords
newsletter, mail, mailchimp
License
BSD-3-Clause
Install
pip install NewsChimp==0.1.4

Documentation

NewsChimp

Generator of monthly newsletter campaigns on MailChimp. Based od laziness and boredom.

Status

In heavy development. Please touch anything important for fun.

Usage

$ chimpgen --help
Usage: chimpgen [OPTIONS] COMMAND [ARGS]...

Options:
--config PATH  Custom config file
--help         Show this message and exit.

Commands:
fb        Facebook curator
gg        Google Groups curator
lanyrd    Meetup listing
renderer  HTML and text email rendering
sender    Campaign creation

If you want to use subcommand with config, do it in format

$ chimpgen --config PATH command

Config

Default config file is ./config.yaml. Here's minimalistic setting:

You also need to setup environment variables (for automatic campaign creation):

  • FACEBOOK_TOKEN
  • MAILCHIMP_KEY

Requirements

Python 3 and stuff in requirements.txt

License

See LICENSE file

TODO

  • Newsletter creation wizard
  • Support of more social sources
  • Better config structure