bellingcat Python script to automatically archive social media posts, videos, and images from a Google Sheets document.
 
 
 
 
 
 
Go to file
msramalho 6244f35cff Bump version to v0.2.22 for release 2023-02-08 09:50:36 +00:00
.github/workflows skip existing 2023-02-08 09:37:50 +00:00
docs
scripts version 2023-02-08 09:49:48 +00:00
src Bump version to v0.2.22 for release 2023-02-08 09:50:36 +00:00
.dockerignore
.gitignore
Dockerfile
LICENSE
Pipfile
Pipfile.lock
README.md Bump version to v0.2.17 for release 2023-02-07 23:56:42 +00:00
example.config.yaml
orchestration.example.yaml
pyproject.toml
setup.cfg version 2023-02-08 09:49:48 +00:00
setup.py

README.md

Auto Archiver

Read the article about Auto Archiver on bellingcat.com.

Python tool to automatically archive social media posts, videos, and images from a Google Sheets, the console, and more. Uses different archivers depending on the platform, and can save content to local storage, S3 bucket (Digital Ocean Spaces, AWS, ...), and Google Drive. If using Google Sheets as the source for links, it will be updated with information about the archived content. It can be run manually or on an automated basis.

There are 3 ways to use the auto-archiver

  1. (simplest) via docker docker ... TODO
  2. (pypi) pip install auto-archiver
  3. (legacy) clone and manually install from repo (see legacy tutorial video)