Skip to content

pgoodjohn/secret-santa-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

name,email
Alice,alice@example.com
Bob,bob@example.com

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages