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
- Host: GitHub
- URL: https://github.com/gianluparri03/secretsantagenerator
- Owner: gianluparri03
- License: unlicense
- Created: 2024-11-09T10:49:34.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-11-09T13:24:24.000Z (11 months ago)
- Last Synced: 2024-11-09T14:26:54.622Z (11 months ago)
- Topics: golang, secret-santa, secret-santa-generator, tui
- Language: HTML
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.