Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 501 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 501 Bytes

Newsletter automation

This project is to automate the process of creating the weekly Qxf2 newsletter. We take the URLs posted on the Skype channel as input and create a MailChimp campaign.

Setup

  1. Clone the repository

  2. Setup and activate a virtual environment:
    virtualenv env
    source env\Scripts\activate

  3. Install the dependencies
    pip install -r requirements.txt

Run the project locally

export FLASK_APP=run.py
flask run