@@ -52,6 +52,12 @@ Argument `--upgrade` (re)installs the package, even if the version number hasn't
* eDoz exports: *Communication/List* → *Course units* → *<Your course>* → *Export data (Zip/Text)*, then extract CSV (`.txt`) file from downloaded ZIP file. Pass files to `mu-aggr` via the mandatory `--edoz-exports` option.
1. Optional: run `mu-mails`.
**NOTE:**`mu-mails` is not yet *fully* configurable and expects `mu-aggr` to have used its default file and directory names! Run `mu-mails --help` for options that must/can already be configured.
`mu-mails` creates an e-mail per identified cluster, from the template file `_static/cluster_mail.txt` (e.g. `~/moss_ex1/_static/cluster_mail.txt`). The e-mails are written to an Mbox file, as used by Thunderbird. If you pass your local Thunderbird outbox' unsent messages file to `mu-mails` via the mandatory `--mbox-file` option (e.g. `~/thunderbird/xxxxxxxx.profile/Mail/Local Folders/Unsent Messages`), then you should afterwards be able to directly send the mails from inside Thunderbird via *File* → *Send Unsent Messages*. You can also review and edit the messages beforehand, they should be visible in the *Outbox* folder of your *Local Folders* account.
## Python Package Tutorials
I've used the following tutorials to get started with developing a Python package: