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

Updated Usage (markdown)

Nick Sweeting
2024-12-04 00:42:08 -08:00
parent c193c8962d
commit e841d14220

@@ -305,7 +305,7 @@ More info:
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:
**Python API Documentation:** https://docs.archivebox.io/en/master/archivebox.html#module-archivebox.main **Python API Documentation:** https://docs.archivebox.io/dev/apidocs/index.html
```bash ```bash
$ archivebox shell $ archivebox shell
@@ -347,7 +347,7 @@ from archivebox import *
[i] Welcome to the ArchiveBox Shell! [i] Welcome to the ArchiveBox Shell!
https://github.com/ArchiveBox/ArchiveBox/wiki/Usage#Shell-Usage https://github.com/ArchiveBox/ArchiveBox/wiki/Usage#Shell-Usage
https://docs.archivebox.io/en/master/archivebox.html#module-archivebox.main https://docs.archivebox.io/dev/apidocs/index.html
Hint: Example use: Hint: Example use:
print(Snapshot.objects.filter(is_archived=True).count()) print(Snapshot.objects.filter(is_archived=True).count())
@@ -406,6 +406,6 @@ server(...)
``` ```
For more information see: For more information see:
- [ArchiveBox Python API Reference (ReadTheDocs)](https://docs.archivebox.io/en/latest/archivebox.html) - [ArchiveBox Python API Reference (ReadTheDocs)](https://docs.archivebox.io/dev/apidocs/index.html)
- [ArchiveBox Developer Documentation](https://github.com/ArchiveBox/ArchiveBox#archivebox-development) - [ArchiveBox Developer Documentation](https://github.com/ArchiveBox/ArchiveBox#archivebox-development)
- [ArchiveBox Python source code](https://github.com/ArchiveBox/ArchiveBox/blob/dev/archivebox/) - [ArchiveBox Python source code](https://github.com/ArchiveBox/ArchiveBox/blob/dev/archivebox/)