A python script that will download Internet Archive ebook collection records, munge them up with CLIO MARC data and add some convenient links.
This is a python 3 script that depends on requests and pymarc, see also requirements.txt
print help:
python3 ia_ebooks.py -hfetch a collection, as json, with CLIO data:
python3 ia_ebooks.py list-ebooks -C muslim-world-manuscripts -F json --clio > mwm.jsonCommand line results are printed to stdout!
Adding CLIO data subjects the script to rate limiting; messages will be printed to stderr if applicable.