1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-18 12:21:42 +02:00

Updated Usage (markdown)

Nick Sweeting
2023-02-19 14:00:38 -08:00
parent f6b707fdd8
commit be5b97976e

@@ -251,6 +251,9 @@ More info:
## Python Shell Usage
Explore the Python API a bit to see whats available using the archivebox shell:
**Python API Documentation:** https://docs.archivebox.io/en/master/archivebox.html#module-archivebox.main
```bash
$ archivebox shell
[i] [2020-09-17 16:57:07] ArchiveBox v0.4.21: archivebox shell
@@ -291,6 +294,7 @@ from archivebox import *
[i] Welcome to the ArchiveBox Shell!
https://github.com/ArchiveBox/ArchiveBox/wiki/Usage#Shell-Usage
https://docs.archivebox.io/en/master/archivebox.html#module-archivebox.main
Hint: Example use:
print(Snapshot.objects.filter(is_archived=True).count())