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

https://github.com/gianluparri03/secretsantagenerator

:christmas_tree: A simple TUI for generating Secret Santa's couples
https://github.com/gianluparri03/secretsantagenerator

golang secret-santa secret-santa-generator tui

Last synced: 8 months ago
JSON representation

:christmas_tree: A simple TUI for generating Secret Santa's couples

Awesome Lists containing this project

README

          

# Secret Santa Generator

Secret Santa Generator is a simple CLI script that generates the Secret Santa's couples for you.
Once you've added all the participants, their email, and optionally a propic and some ideas, it will
send and email to each one of them, with the extracted gift-receiver.

To run it, simply create a copy of (or edit) `data/sample/configs.json` and `data/sample/players.json`, then use
`go run . `.

The code is released with the [Unlicense](LICENSE). Feel free to contribute.