Seach internet archive for a given collection and year range and return metadata in CSV format
Poetry- Install by running the following command:curl -sSL https://install.python-poetry.org | python3 -
Run the following command in this project directory -
poetry update./ia_search.sh <start-year> <end-year> <collection>where collections are mapped as follows -
americana - a
europeanlibraries - e
toronto - c
gutenberg - g
princeton - pFor e.g.
./ia_search.sh 1640 1641 aThe output will be a file named output.csv.