Takes a list of ac-numbers, makes requests to sru/alma/önb, extracts data from the returned marc:xml, brings it in tabular form and writes it to an excel.
## Terminal Script
You can run the software per terminal at `./script.py`. `cd` into this directory and run `python script.py --help` to list the options.
## Concept
The program is mostly written async, so that it can process the data, while watiting for new requests.
The program is mostly written async, so that it can process the data, while waiting for new requests.
The main controller is `travelogues_extraction.controller.main.FromAlmaOutputToExcel`.