1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-26 07:44:41 +02:00

Updated Usage (markdown)

Nick Sweeting
2020-09-17 13:01:18 -04:00
parent c610be030a
commit 4afcaf9c93

@@ -188,9 +188,9 @@ bookmarks, you can use the `ONLY_NEW` environment variable. This is useful if
you want to import a bookmark dump periodically and want to skip broken links you want to import a bookmark dump periodically and want to skip broken links
which are already in the index. which are already in the index.
## Python API Usage ## Python Shell Usage
First, explore the Python API a bit to see whats available using the archivebox shell: Explore the Python API a bit to see whats available using the archivebox shell:
```bash ```bash
$ archivebox shell $ archivebox shell
[i] [2020-09-17 16:57:07] ArchiveBox v0.4.21: archivebox shell [i] [2020-09-17 16:57:07] ArchiveBox v0.4.21: archivebox shell
@@ -238,7 +238,8 @@ from archivebox import *
add("https://example.com/some/new/url") add("https://example.com/some/new/url")
``` ```
Or if you want to use it from a standalone script/library: ## Python API Usage
```python ```python
import os import os
from archivebox.main import check_data_folder, setup_django, add, remove, server from archivebox.main import check_data_folder, setup_django, add, remove, server