You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+7-4
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ There are 3 ways to use the auto-archiver:
20
20
But **you always need a configuration/orchestration file**, which is where you'll configure where/what/how to archive. Make sure you read [orchestration](#orchestration).
21
21
22
22
23
-
## How to run the auto-archiver
23
+
## How to install and run the auto-archiver
24
24
25
25
### Option 1 - docker
26
26
@@ -200,16 +200,19 @@ Outputs:
200
200
***WACZ**: Link to a WACZ web archive of post
201
201
***ReplayWebpage**: Link to a ReplayWebpage viewer of the WACZ archive
202
202
203
-
For example, for use with this spreadsheet:
203
+
For example, this is a spreadsheet configured with all of the columns for the auto archiver and a few URLs to archive. (Note that the column names are not case sensitive.)
204
204
205
-

205
+

206
206
207
207
When the auto archiver starts running, it updates the "Archive status" column.
208
-

208
+

209
209
The links are downloaded and archived, and the spreadsheet is updated to the following:
210
210

211
211
Note that the first row is skipped, as it is assumed to be a header row (`--gsheet_feeder.header=1` and you can change it if you use more rows above). Rows with an empty URL column, or a non-empty archive column are also skipped. All sheets in the document will be checked.
212
212
213
+
The "archive location" link contains the path of the archived file, in local storage, S3, or in Google Drive.
214
+
215
+

0 commit comments