Print

Print


Eric wrote:

> Is there an Internet Archive API that will allow me to get the contents of a
> collection as a stream of data and not as a stream of HTML… https://archive.org/details/bplsceep


On Sep 18, 2017, at 3:42 PM, Mark Jordan <[log in to unmask]> wrote:

> Eric, yes, there is. I've implemented a simple tool using it, check out https://github.com/mjordan/archiveit_auditor. Still is work in progress but I hope it illustrates the API enough to get you going.


On Sep 18, 2017, at 3:43 PM, Francis Kayiwa <[log in to unmask]> wrote:

> https://archive.readme.io/docs


Cool! The beginnings of my answer are, first, download/install the cool ia tool [1]. Then, use the tool (in a rather obscure way) to get metadata:

  $ ./ia search 'collection:bplsceep'

The result is a list of identifiers in the collection.

Fun!

[1] tool - http://internetarchive.readthedocs.io/en/latest/cli.html

—
Eric Morgan