From ddbe2a34eb06c30e967f20a65a98f45db8a567a3 Mon Sep 17 00:00:00 2001 From: datechnoman Date: Sun, 28 Jan 2024 02:10:35 +0000 Subject: [PATCH] Update README.md --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2ab7701..7a48e17 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,13 @@ Use the following set of scripts to process Archive.Org Items into downloadable Steps: -1. Step1 -2. Step2 +1. Before using the above script you will need to generate a list of IA Items usingthe IA CLI Tool (ia search 'collection:XXXXXX' --itemlist > XXXXX_items.txt). Additional paramaters can be used to filter items as needed. +2. Create a location to store all of the files you will need for the project. + +Update the following lines + +input_file_path = "/tmp/PROJECTNAME/COLLECTIONNAME_archivebot_items.txt" +output_file_path = "/tmp/PROJECTNAME/all_extracted_names.txt" Notes: