mirror of
https://github.com/bellingcat/auto-archiver.git
synced 2026-06-07 19:08:30 +03:00
Use a script to auto-generate documentation for the core modules from the manifest file
This commit is contained in:
@@ -17,7 +17,7 @@ Python tool to automatically archive social media posts, videos, and images from
|
||||
|
||||
## Installation
|
||||
|
||||
For full For instructions on how to install auto-archiver, view the [Installation Guide](docs/source/installation.md)
|
||||
For full instructions on how to install auto-archiver, view the [Installation Guide](docs/source/installation.md)
|
||||
|
||||
Quick run using docker:
|
||||
|
||||
@@ -65,7 +65,9 @@ auto-archiver --config secrets/orchestration.yaml --cli_feeder.urls="url1,url2,u
|
||||
```
|
||||
|
||||
Here's the complete workflow that the auto-archiver goes through:
|
||||
```{mermaid}
|
||||
|
||||
```mermaid
|
||||
|
||||
graph TD
|
||||
s((start)) --> F(fa:fa-table Feeder)
|
||||
F -->|get and clean URL| D1{fa:fa-database Database}
|
||||
|
||||
Reference in New Issue
Block a user