From 728c2b98a9f9c6203122157ed8516da639bd72c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20R=C3=B6ggla?= Date: Mon, 7 Sep 2020 10:44:55 +0200 Subject: [PATCH] Some info for the terminal script in the README --- README.MD | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.MD b/README.MD index 1fc9580..6823f22 100644 --- a/README.MD +++ b/README.MD @@ -2,9 +2,13 @@ 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`. -- GitLab