Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

📩 A simple python webapp to capture email information and add it to our SendGrid contact list

Notifications You must be signed in to change notification settings

HackCU/sendgrid-capture

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

  1. Create a python3 virtual environment
  2. Install requirements: pip install -r requirements.txt
  3. export FLASK_APP=app.py
  4. Set your Sendgrid api key environment variable: export SENDGRID_API_KEY=<your-api-key-here>
    • Steps 3 & 4 must be repeated each time you start a new terminal session, as they're just environment variables
  5. flask run

About

📩 A simple python webapp to capture email information and add it to our SendGrid contact list

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%