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

https://github.com/davipatti/secret-santa


https://github.com/davipatti/secret-santa

santa secret secret-santa

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# Secret Santa

Randomly assign who get's who in Secret Santa.

## Usage

~~~
secret-santa.py --spec example.json
~~~

`example.json` contains a dictionary. Keys are the names of everyone involved in the Secret Santa. Values are what's on their wish list. E.g.:

~~~
{
"Alice": "A better influenza vaccine",
"Bob": "",
"Chris": "World peace"
}
~~~