/secret-santa

Simple Secret Santa random assigner

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Secret Santa assigner

A simple Secret Santa (amigo invisible in spanish) assigner.

How to use it

Clone the git repository:

git clone https://github.com/jagracar/secret-santa.git

Edit the configuration file secret-santa/src/configuration.js with the appropiate SMTP server parameters and your Secret Santa participant list.

Run the main program:

python3 secret-santa/src/secretSanta.py

If you set debug : true in the configuration file, you should see the Secret Santa assigntment results printed to the console. If you set it to false, an email will be sent to each participant in the list with his personal assignment.

If you have problems with the gmail SMTP server authentification, you might need to switch on the less secure app access option.