Skip to content

sravantit25/newsletter_automation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

example workflow

About

Automate the generation of Qxf2 newsletter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 91.5%
  • Python 8.5%