Skip to content

IEEE-NITK/SecretSanta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Code to automate process of allotting a Secret Santa!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages