{"id":13642390,"url":"https://github.com/bellingcat/auto-archiver","last_synced_at":"2025-04-20T16:32:11.440Z","repository":{"id":37746493,"uuid":"329880580","full_name":"bellingcat/auto-archiver","owner":"bellingcat","description":"Automatically archive links to videos, images, and social media content from Google Sheets (and more).","archived":false,"fork":false,"pushed_at":"2024-08-21T12:35:01.000Z","size":5496,"stargazers_count":545,"open_issues_count":9,"forks_count":53,"subscribers_count":21,"default_branch":"main","last_synced_at":"2024-09-21T14:47:46.656Z","etag":null,"topics":["archive","docker","open-source-research","python","scraping","service","web-archiving"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/auto-archiver/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bellingcat.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-01-15T10:30:03.000Z","updated_at":"2024-09-19T01:55:10.000Z","dependencies_parsed_at":"2024-02-20T13:31:05.446Z","dependency_job_id":"7c4a9abf-a285-4c2f-bc33-42a2368f7412","html_url":"https://github.com/bellingcat/auto-archiver","commit_stats":{"total_commits":240,"total_committers":8,"mean_commits":30.0,"dds":"0.30833333333333335","last_synced_commit":"f0f844a56923a558d5936fe44e0395b3fc977e2b"},"previous_names":[],"tags_count":98,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bellingcat%2Fauto-archiver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bellingcat%2Fauto-archiver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bellingcat%2Fauto-archiver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bellingcat%2Fauto-archiver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bellingcat","download_url":"https://codeload.github.com/bellingcat/auto-archiver/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223833028,"owners_count":17210763,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["archive","docker","open-source-research","python","scraping","service","web-archiving"],"created_at":"2024-08-02T01:01:30.798Z","updated_at":"2025-04-20T16:32:11.431Z","avatar_url":"https://github.com/bellingcat.png","language":"Python","funding_links":[],"categories":["Tools \u0026 Software","Python"],"sub_categories":["Acquisition"],"readme":"\u003ch1 align=\"center\"\u003eAuto Archiver\u003c/h1\u003e\n\n[![Documentation Status](https://readthedocs.org/projects/auto-archiver/badge/?version=latest)](https://auto-archiver.readthedocs.io/en/latest/?badge=latest)\n[![PyPI version](https://badge.fury.io/py/auto-archiver.svg)](https://badge.fury.io/py/auto-archiver)\n[![Docker Image Version (latest by date)](https://img.shields.io/docker/v/bellingcat/auto-archiver?sort=semver\u0026logo=docker\u0026color=#69F0AE)](https://hub.docker.com/r/bellingcat/auto-archiver)\n[![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)\n\u003c!-- [![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) --\u003e\n\n\u003c!-- ![Docker Pulls](https://img.shields.io/docker/pulls/bellingcat/auto-archiver) --\u003e\n\u003c!-- [![PyPI download month](https://img.shields.io/pypi/dm/auto-archiver.svg)](https://pypi.python.org/pypi/auto-archiver/) --\u003e\n\n\n\nAuto 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 be 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.\n\n\u003cdiv class=\"hidden_rtd\"\u003e\n  \n**[See the Auto Archiver documentation for more information.](https://auto-archiver.readthedocs.io/en/latest/)**\n\n\u003c/div\u003e\n\nRead 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/).\n\n\n## Installation\n\nView the [Installation Guide](https://auto-archiver.readthedocs.io/en/latest/installation/installation.html) for full instructions\n\n**Advanced:**\n\nTo get started quickly using Docker:\n\n`docker pull bellingcat/auto-archiver \u0026\u0026 docker run -it --rm -v secrets:/app/secrets bellingcat/auto-archiver --config secrets/orchestration.yaml`\n\nOr pip:\n\n`pip install auto-archiver \u0026\u0026 auto-archiver --help`\n\n## Contributing\n\nWe 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!\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbellingcat%2Fauto-archiver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbellingcat%2Fauto-archiver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbellingcat%2Fauto-archiver/lists"}