Commit graph

5 commits

Author SHA1 Message Date
Edward Betts 476e6bec7f Include URL in new dates found mail. 2025-02-21 17:17:44 -05:00
Edward Betts 520a666b3d Add README.md 2025-02-21 17:08:48 -05:00
Edward Betts 7f7cbfe65e feat: add logging to control output based on TTY context
- Replaced print() with logging.info() and logging.error()
- Added logging configuration to output INFO messages only in TTY
- Ensured ERROR messages are always logged to stdout, including cron runs
- Used sys.stdout.isatty() to detect terminal context
- Maintained existing functionality with updated config and SMTP setup
2025-02-21 17:00:44 -05:00
Edward Betts 9f0b2c843f Add .gitignore file. 2025-02-21 16:58:32 -05:00
Edward Betts a3f00de87e Initial commit. 2025-02-21 16:52:09 -05:00