Skip to content

zapier/conspiracysanta.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is no longer maintained. If you are interested in taking over the project, email contact@zapier.com

Conspiracy Santa Email Generator

A simple Bottle.py + React.js app that sends emails to start a round of conspiracy santa.

mkvirtualenv conspiracysanta
workon conspiracysanta
pip install -r requirements.txt
gunicorn conspiracy:app --bind=0.0.0.0:5000 --reload --log-file -
open "http://localhost:5000/"

And that's all there is!