Generator of monthly newsletter campaigns on MailChimp. Based od laziness and boredom.
In heavy development. Please touch anything important for fun.
$ 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
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
Python 3 and stuff in requirements.txt
See LICENSE file
- Newsletter creation wizard
- Support of more social sources
- Better config structure