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.
-
Clone the repository
-
Setup and activate a virtual environment:
virtualenv env
source env\Scripts\activate
-
Install the dependencies
pip install -r requirements.txt
export FLASK_APP=run.py
flask run