2023-08-17 02:38:09 +02:00

21 lines
554 B
Markdown

# TVStud Serial Mail
Reads data from a mapping file and prepares Thunderbird drafts for serial mailing.
### How to use:
First, download the mapping file from `http://mapping.rfwu.de` and place it in the same folder as `serialmail.py`.
To run, simply run `python serialmail.py --sheet SHEET_NAME`.
For example:
```bash
$ python serialmail.py --sheet Psycho --full-area-name Psychologie
```
You might want to add `--dry-run` first to check what emails are prepared.
For a list of all possible arguments, run
```bash
$ python serialmail.py --help
```