Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 492 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 492 Bytes

Secret Santa CLI

  • Get a list of friends and their email addresses
  • Pair them up for secret santa
  • Let them know!

Usage

You will need a participants.csv like the following:

Create a .aws_credentials file with:

$ cp .aws_credentials.example .aws_credentials

Get your AWS SES secrets and add them to the new file, then simply run:

$ cargo run -- 

To generate couples and send the emails.