Skip to content

MHC19/Python_email_marketing_Backend

 
 

Repository files navigation

Python Email Marketing

Table of Contents

About

The process of sending custom-made email to every single member is a hassle for me if I do not use existing external service such as MailChimp.

Hence, I am developing this program to make it open source and everyone, anyone can use without paying a single cent.

Getting Started

Download or directly clone from github using:

git clone https://github.com/pupubird/Email_marketing_backend.git

Prerequisites

This program require Python 3, if you have Scoop with you, install using the command

scoop install python

If you are using MacOS

brew install python

Installing

Use pip to install all required libraries

pip install -r requirements.txt

Usage

Run the command

python app.py

About

Backend script for stc email marketing tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 43.1%
  • Python 31.3%
  • JavaScript 18.8%
  • CSS 6.8%