A python app to email the leecode problem of the day.
- Set the env variables below to point to the recipient+sender of the email and the mailjet properties respectively:
LEETCODE_RECIPIENT
LEETCODE_SENDER
LEETCODE_MAILJET_KEY
LEETCODE_MAILJET_SECRET
-
Either run main.py manually or deploy on a hosting service e.g heroku and schedule to run every day.
-
Check the recipient mailbox for a link to the leetcode problem of the day.