From 86ccb39a469d5c3be176e78941b07e5545d1f4cf Mon Sep 17 00:00:00 2001 From: Spectre Date: Mon, 2 Sep 2024 17:13:01 +0200 Subject: [PATCH] date format problems --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..6dd8633 --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +# Automatically fetches email titles for FSR MaPhy mailing list (by default for the last week) and formats in TeX code + +To run, it needs log in credentials, provided via the environment: +´´´ +IMAP_PASSWORD +IMAP_EMAIL +IMAP_SERVER (defaults to 'imap.uni-potsdam.de') +IMAP_FOLDER (defaults to 'Uni Mail/FSR', change this to the folder that contains only your [FSR MaPhy] mails, for example with Thunderbird message filters) +IMAP_CUTOFF (iso string of cutoff date (inclusive), defaults to one week) +´´´ + +call via + +``` + IMAP_PASSWORD=mypass python3 main.py +``` + +note the leading space, to not save password to bash/zsh history