Skip to content

bogdanbear/newsletter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VMI Newsletter

This repository contains a python script that can generate a newsletter-like .html document.

Prerequisites

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

Compiling a Newsletter

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 85.4%
  • Python 14.6%