This repository contains a python script that can generate a newsletter-like .html document.
You need to install python and install Pipenv. Pipenv is a tool that manages python dependencies in a virtualized environment.
After you have installed Pipenv, navigate into this folder and run:
pipenv install
To compile a newsletter, run:
pipenv run python ./mkmail.py --date DATE
Date must be a directory within ./contents
.
For more information, run:
pipenv run python ./mkmail.py --help