From 0bdd06f6415e3ed4ec0582c991352b29d38cb891 Mon Sep 17 00:00:00 2001 From: Miguel Sozinho Ramalho <19508417+msramalho@users.noreply.github.com> Date: Thu, 22 Sep 2022 15:58:41 +0200 Subject: [PATCH] Update README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ef6836d..ca5e06a 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,15 @@ -# auto-archiver +# Auto Archiver +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/). + + Python script to automatically archive social media posts, videos, and images from a Google Sheets document. Uses different archivers depending on the platform, and can save content to local storage, S3 bucket (Digital Ocean Spaces, AWS, ...), and Google Drive. The Google Sheets where the links come from is updated with information about the archived content. It can be run manually or on an automated basis. ## Setup +Check this [tutorial video](https://youtu.be/VfAhcuV2tLQ). + + + If you are using `pipenv` (recommended), `pipenv install` is sufficient to install Python prerequisites. You also need: