Get emails every morning to see if there are burgers at the ETH Polymensa.
.env variables
email
email address from which the emails are sentpassword
password / app password of the email addressrecipients
list of email addresses that should receive the emails- the email addresses are separated by commas, e.g.
[email protected],[email protected]
.
- the email addresses are separated by commas, e.g.
api, send settings
specified and explained in config.toml
timing specified by the crontab in vercel.json
other
All tests are in the /test/
folder, in files ending in _test.py
.
To run the tests (using unittest), run
python3 -m unittest discover -s test -p "*.py"