Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 799 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 799 Bytes

Secret Santa

About

  • This is a simple Python script to send emails to all secret santa participants!
  • The script assumes the pairings are already made. Check the Google Form responses from this Google Form.

Usage Instructions

  • Install the dependencies using pip.
pip install -r requirements.txt
  • Update the password field in the config block of the script (line 18).
  • Update the other config fields if required, and update the email body if required as well.
  • Run the following command (will not work on NITK-NET since SMTP ports are blocked)
python secretsanta.py

License

The software is registered under the MIT License.