Skip to content
Snippets Groups Projects
Commit 728c2b98 authored by philip.roeggla's avatar philip.roeggla
Browse files

Some info for the terminal script in the README

parent e3655a1f
No related branches found
No related tags found
No related merge requests found
Pipeline #11 failed
......@@ -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`.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment