An open API service indexing awesome lists of open source software.

https://github.com/qfettes/secretsanta

Python Script for automatically emailing out secret santa matches
https://github.com/qfettes/secretsanta

Last synced: about 1 year ago
JSON representation

Python Script for automatically emailing out secret santa matches

Awesome Lists containing this project

README

          

Requirements:
* Python3.6

Input File format:
* You must convert the file to a csv
* The first row must contain headers
* The second column is names
* The third column is emails
* The fifth column is gift preference info
* All other columns are ignored
* see test.csv for an example