1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-17 20:01:44 +02:00

Updated Usage (markdown)

Nick Sweeting
2024-05-06 06:23:25 -07:00
parent 105256fee5
commit 4e3399d5c8

@@ -384,7 +384,7 @@ You can interact with ArchiveBox as a Python library from external scripts or pr
This API is a *local* API, designed to be used on the same machine as the ArchiveBox collection. 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: For example you could creat a script `add_archivebox_url.py` like so:
```python ```python
import os import os
DATA_DIR = '~/archivebox/data' DATA_DIR = '~/archivebox/data'