Skip to content

emory-libraries/Alma-Public

Repository files navigation

Alma-Public

python version 2.7.5

bash version 4.1.2(1)


Analytics MMSIds

See the readme in the folder


DedupLoadFiles

See the readme in the folder


DeleteOclcHoldings

See the readme in the folder


lsc_git_journals

See the readme in the folder


NewEbooks

See the readme in the folder


NewlyAcquired

See the readme in the folder


PromptCatFirm

See the readme in the folder


textParsing

See the readme in the folder


get_item_from_barcode.py

Purpose: get item xml using a barcode, add an item note to the xml and put the item xml back into Alma

input: apikey, file of barcodes

$echo ${file_of_barcodes} | get_item_from_barcode.py ${apikey}


sru_search.py

Purpose: retrieve bib xml via the sru server

input: query parameter (e.g. title) and search string

$sru_search.py ${query} ${search_string}