diff --git a/README.md b/README.md index 4de25d6..e20028e 100644 --- a/README.md +++ b/README.md @@ -54,4 +54,11 @@ The auto-archiver can be run automatically via cron. An example crontab entry th ```* * * * * python auto-archive.py --sheet archiver-test``` -With this configuration, the archiver should archive and store all media added to the Google Sheet every 60 seconds. Of course, additional logging information, etc. might be required. +With this configuration, the archiver should archive and store all media added to the Google Sheet every 60 seconds. Of course, additional logging information, etc. might be required. + +# auto-auto-archiver + +To make it easier to set up new auto-archiver sheets, the auto-auto-archiver will look at a particular sheet and run the auto-archiver on every sheet name in column A, starting from row 11. (It starts here to support instructional text in the first rows of the sheet, as shown below.) This script takes one command line argument, with `--sheet`, the name of the sheet. It must be shared with the same service account. + +![A screenshot of a Google Spreadsheet configured to show instructional text and a list of sheet names to check with auto-archiver.](docs/auto-auto.png) + diff --git a/docs/auto-auto.png b/docs/auto-auto.png new file mode 100644 index 0000000..0a1662b Binary files /dev/null and b/docs/auto-auto.png differ