bellingcat Python script to automatically archive social media posts, videos, and images from a Google Sheets document.
 
 
 
 
 
 
Go to file
msramalho 75459d2880 docker 2023-02-08 11:22:38 +00:00
.github/workflows docker 2023-02-08 11:22:38 +00:00
docs
scripts version 2023-02-08 09:49:48 +00:00
src docker 2023-02-08 11:22:38 +00:00
.dockerignore
.gitignore cleanup 2023-01-21 19:44:46 +00:00
Dockerfile docker 2023-02-08 11:22:38 +00:00
LICENSE
Pipfile
Pipfile.lock adds gd_drive storage 2023-02-07 21:59:24 +00:00
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 pipfile test 2023-02-07 23:21:18 +00:00
setup.cfg Bump version to v0.2.23 for release 2023-02-08 10:42:12 +00:00
setup.py back to setup 2023-02-07 23:24:44 +00:00

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)