Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/eddmann/clojure-secret-santa

Allocates and emails secret santas (using Gmail)
https://github.com/eddmann/clojure-secret-santa

clojure email gmail

Last synced: 16 days ago
JSON representation

Allocates and emails secret santas (using Gmail)

Awesome Lists containing this project

README

        

# Clojure Secret Santa

Allocates and emails secret santa's (using Gmail).

## Usage

```
name,email,exclude,gender
Bob,[email protected],Jim,m
Sally,[email protected],Jane,f
...
```

`GMAIL_USERNAME=x GMAIL_PASSWORD=x java -jar secret-santa-1.0.0-standalone.jar participants.txt`

## Other Years

Interested in seeing how I over-engineered the problem of allocating Secret Santa's in other years?

- 2020 - [Clojure Secret Santa](https://github.com/eddmann/clojure-secret-santa)
- 2021 - [Pico Secret Santa](https://github.com/eddmann/pico-secret-santa)
- 2022 - [Step Function Secret Santa](https://github.com/eddmann/step-function-secret-santa)