From 0ed4ce4d66f9c3ea052bc70b54419702785f8eec Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Thu, 4 Jan 2024 12:47:57 -0800 Subject: [PATCH] Updated Usage (markdown) --- Usage.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Usage.md b/Usage.md index 161c780..e0d7ffc 100644 --- a/Usage.md +++ b/Usage.md @@ -330,6 +330,8 @@ For more info and example usage: You can interact with ArchiveBox as a Python library from external scripts or programs. +This API is a *local* API, designed to be used on the same machine as the ArchiveBox collection. + For example you could create and a script `add_archivebox_url.py` like so: ```python import os