auto-archiver/README.md

42 wiersze
2.5 KiB
Markdown
Czysty Zwykły widok Historia

2023-02-08 22:17:22 +00:00
<h1 align="center">Auto Archiver</h1>
2023-02-08 22:23:25 +00:00
[![PyPI version](https://badge.fury.io/py/auto-archiver.svg)](https://badge.fury.io/py/auto-archiver)
2023-05-11 12:55:28 +00:00
[![Docker Image Version (latest by date)](https://img.shields.io/docker/v/bellingcat/auto-archiver?label=version&logo=docker)](https://hub.docker.com/r/bellingcat/auto-archiver)
2025-01-13 17:33:22 +00:00
[![Core Test Status](https://github.com/bellingcat/auto-archiver/workflows/Core%20Tests/badge.svg)](https://github.com/bellingcat/auto-archiver/actions/workflows/tests-core.yaml)
[![Download Test Status](https://github.com/bellingcat/auto-archiver/workflows/Download%20Tests/badge.svg)](https://github.com/bellingcat/auto-archiver/actions/workflows/tests-download.yaml)
2023-02-08 22:24:40 +00:00
<!-- ![Docker Pulls](https://img.shields.io/docker/pulls/bellingcat/auto-archiver) -->
<!-- [![PyPI download month](https://img.shields.io/pypi/dm/auto-archiver.svg)](https://pypi.python.org/pypi/auto-archiver/) -->
<!-- [![Documentation Status](https://readthedocs.org/projects/vk-url-scraper/badge/?version=latest)](https://vk-url-scraper.readthedocs.io/en/latest/?badge=latest) -->
2023-02-08 22:23:25 +00:00
2023-02-08 22:17:22 +00:00
2022-09-22 13:58:41 +00:00
2025-02-12 11:48:51 +00:00
Auto Archiver is a Python tool to automatically archive content on the web in a secure and verifiable way. It takes URLs from different sources (e.g. a CSV file, Google Sheets, command line etc.) and archives the content of each one. It can archive social media posts, videos, images and webpages. Content can enriched, then saved either locally or remotely (S3 bucket, Google Drive). The status of the archiving process can be appended to a CSV report, or if using Google Sheets – back to the original sheet.
2025-02-12 11:16:17 +00:00
<div class="hidden_rtd">
2025-02-12 17:37:36 +00:00
**[See the Auto Archiver documentation for more information.](https://auto-archiver.readthedocs.io/en/latest/)**
2025-02-12 11:16:17 +00:00
</div>
2022-09-22 13:58:41 +00:00
2025-02-12 11:16:17 +00:00
Read the [article about Auto Archiver on bellingcat.com](https://www.bellingcat.com/resources/2022/09/22/preserve-vital-online-content-with-bellingcats-auto-archiver-tool/).
2023-02-07 22:07:23 +00:00
2023-02-07 23:43:50 +00:00
## Installation
2023-02-08 22:13:19 +00:00
View the [Installation Guide](https://auto-archiver.readthedocs.io/en/latest/installation/installation.html) for full instructions
2023-02-08 22:13:19 +00:00
**Advanced:**
2025-02-12 11:16:17 +00:00
To get started quickly using Docker:
2023-02-08 22:13:19 +00:00
`docker pull bellingcat/auto-archiver && docker run --rm -v secrets:/app/secrets bellingcat/auto-archiver --config secrets/orchestration.yaml`
2023-02-08 22:17:22 +00:00
2025-02-12 11:16:17 +00:00
Or pip:
`pip install auto-archiver && auto-archiver --help`
## Contributing
2025-02-12 11:41:54 +00:00
We welcome contributions to the Auto Archiver project! See the [Contributing Guide](https://auto-archiver.readthedocs.io/en/latest/contributing.html) for how to get involved!
2023-02-08 22:13:19 +00:00