Automatic Secret Santa
Basic functionality is in secretsanta.py. Currently you need to populate in Python:
- names of people in the draw
- who can't draw each other
- SMTP details
You can also check the draw using checkarchive.py.
Plans to move the above bullets out of Python code are pending
Tested on V2.7, IIRC.