Mirror of the ArchivalBox software source repository. Useful for storing snapshots of web pages and their resources for offline viewing or preservation.
#archival #utilities #python #webpage #web-archival #web-snapshot #storage

Nick Sweeting 5ecbb0e442 fix bin permissions and layer caching util version 5 anos atrás
.github 5ecbb0e442 fix bin permissions and layer caching util version 5 anos atrás
archivebox 6c704fa8cf Merge pull request #498 from adamwolf/bookmarklet 5 anos atrás
archivebox.egg-info 5ecbb0e442 fix bin permissions and layer caching util version 5 anos atrás
bin 5ecbb0e442 fix bin permissions and layer caching util version 5 anos atrás
docs @ 604d30ec22 5ecbb0e442 fix bin permissions and layer caching util version 5 anos atrás
etc c52bb722e7 Typo - CHROME was spelled CROME x2 5 anos atrás
tests 73418836f8 Replaced os.path in server.py 5 anos atrás
.dockerignore e7948cf161 install node dependencies from package.json 5 anos atrás
.flake8 7cbd068c95 add flake8 5 anos atrás
.gitignore bd3c824d45 fix: Escape JSON output on command failure so the user can run the command manually 5 anos atrás
.gitmodules dad6bf82c9 switch back to using wiki repo without PRs 5 anos atrás
.npmignore bd1ebf6fe5 reduce npm package file list 5 anos atrás
CNAME 6b48d881fa Create CNAME 7 anos atrás
Dockerfile f722ed331d add environmental variable for mercury-parser 5 anos atrás
LICENSE bd2cef7fdd update license year 6 anos atrás
MANIFEST.in 87b79fe5e3 cleanup sdist and bdist build process 5 anos atrás
Pipfile 4202569401 Updated test workflow 5 anos atrás
README.md f773b84a7c Update README.md 5 anos atrás
_config.yml cc71444cc9 Set theme jekyll-theme-minimal 5 anos atrás
docker-compose.yml 31a6318582 better colors, hints, and progress bars in docker 5 anos atrás
package-lock.json 46b9e3d536 fix: Fix mercury extractor test 5 anos atrás
package.json 46b9e3d536 fix: Fix mercury extractor test 5 anos atrás
setup.py 87b79fe5e3 cleanup sdist and bdist build process 5 anos atrás

README.md

ArchiveBox
The open-source self-hosted web archive.

▶️ Quickstart | Demo | Github | Documentation | Info & Motivation | Community | Roadmap
"Your own personal internet archive" (网站存档 / 爬虫)

ArchiveBox is an internet archiving tool that preserves URLs you give it in several different formats. You use it by installing ArchiveBox via Docker or pip3, and adding URLs via the command line or the built-in Web UI.

It archives each site and stores them as plain HTML in folders on your hard drive, with easy-to-read HTML, SQL, JSON indexes. The snapshots are then browseabale and managable offline through the filesystem, the built-in web UI, or the Python API.

It automatically extracts many types of assets and media from pages and saves them in standard formats, with out-of-the-box support for saving HTML (with dynamic JS), a PDF, a screenshot, a WARC archive, git repositories, audio, video, subtitles, images, PDFs, and more.

Quickstart

docker run -d -it -v ~/archivebox:/data -p 8000:8000 nikisweeting/archivebox server --init 0.0.0.0:8000
docker run -v ~/archivebox:/data -it nikisweeting/archivebox manage createsuperuser

open http://127.0.0.1:8000/admin/login/  # then click "Add" in the navbar

[DEMO: archivebox.zervice.io/](https://archivebox.zervice.io) For more information, see the [full Quickstart guide](https://github.com/pirate/ArchiveBox/wiki/Quickstart), [Usage](https://github.com/pirate/ArchiveBox/wiki/Usage), and [Configuration](https://github.com/pirate/ArchiveBox/wiki/Configuration) docs.

Overview

ArchiveBox is a command line tool, self-hostable web-archiving server, and Python library all-in-one. It's available as a Python3 package or a Docker image, both methods provide the same CLI, Web UI, and on-disk data format.

It works on Docker, macOS, and Linux/BSD. Windows is not officially supported, but users have reported getting it working using the WSL2 + Docker.

To use ArchiveBox you start by creating a folder for your data to live in (it can be anywhere on your system), and running archivebox init inside of it. That will create a sqlite3 index and an ArchiveBox.conf file. After that, you can continue to add/remove/search/import/export/manage/config/etc using the CLI archivebox help, or you can run the Web UI (recommended):

archivebox manage createsuperuser
archivebox server 0.0.0.0:8000
open http://127.0.0.1:8000

The CLI is considered "stable", and the ArchiveBox Python API and REST APIs are in "beta".

At the end of the day, the goal is to sleep soundly knowing that the part of the internet you care about will be automatically preserved in multiple, durable long-term formats that will be accessible for decades (or longer). You can also self-host your archivebox server on a public domain to provide archive.org-style public access to your site snapshots.

CLI Screenshot Desktop index screenshot Desktop details page Screenshot Desktop details page Screenshot
Demo | Usage | Screenshots
. . . . . . . . . . . . . . . . . . . . . . . . . . . .

## Key Features - [**Free & open source**](https://github.com/pirate/ArchiveBox/blob/master/LICENSE), doesn't require signing up for anything, stores all data locally - [**Few dependencies**](https://github.com/pirate/ArchiveBox/wiki/Install#dependencies) and [simple command line interface](https://github.com/pirate/ArchiveBox/wiki/Usage#CLI-Usage) - [**Comprehensive documentation**](https://github.com/pirate/ArchiveBox/wiki), [active development](https://github.com/pirate/ArchiveBox/wiki/Roadmap), and [rich community](https://github.com/pirate/ArchiveBox/wiki/Web-Archiving-Community) - **Doesn't require a constantly-running server**, proxy, or native app - Easy to set up **[scheduled importing](https://github.com/pirate/ArchiveBox/wiki/Scheduled-Archiving) from multiple sources** - Uses common, **durable, [long-term formats](#saves-lots-of-useful-stuff-for-each-imported-link)** like HTML, JSON, PDF, PNG, and WARC - ~~**Suitable for paywalled / [authenticated content](https://github.com/pirate/ArchiveBox/wiki/Configuration#chrome_user_data_dir)** (can use your cookies)~~ (do not do this until v0.5 is released with some security fixes) - Can [**run scripts during archiving**](https://github.com/pirate/ArchiveBox/issues/51) to [scroll pages](https://github.com/pirate/ArchiveBox/issues/80), [close modals](https://github.com/pirate/ArchiveBox/issues/175), expand comment threads, etc. - Can also [**mirror content to 3rd-party archiving services**](https://github.com/pirate/ArchiveBox/wiki/Configuration#submit_archive_dot_org) automatically for redundancy ## Input formats ArchiveBox supports many input formats for URLs, including Pocket & Pinboard exports, Browser bookmarks, Browser history, plain text, HTML, markdown, and more! ```bash echo 'http://example.com' | archivebox add archivebox add 'https://example.com/some/page' archivebox add < ~/Downloads/firefox_bookmarks_export.html archivebox add < any_text_with_urls_in_it.txt archivebox add --depth=1 'https://example.com/some/downloads.html' archivebox add --depth=1 'https://news.ycombinator.com#2020-12-12' ``` - Browser history or bookmarks exports (Chrome, Firefox, Safari, IE, Opera, and more) - RSS, XML, JSON, CSV, SQL, HTML, Markdown, TXT, or any other text-based format - Pocket, Pinboard, Instapaper, Shaarli, Delicious, Reddit Saved Posts, Wallabag, Unmark.it, OneTab, and more See the [Usage: CLI](https://github.com/pirate/ArchiveBox/wiki/Usage#CLI-Usage) page for documentation and examples. It also includes a built-in scheduled import feature and browser bookmarklet, so you can ingest URLs from RSS feeds, websites, or the filesystem regularly. ## Output formats All of ArchiveBox's state (including the index, snapshot data, and config file) is stored in a single folder called the "ArchiveBox data folder". All `archivebox` CLI commands must be run from inside this folder, and you first create it by running `archivebox init`. The on-disk layout is optimized to be easy to browse by hand and durable long-term. The main index is a standard sqlite3 database (it can also be exported as static JSON/HTML), and the archive snapshots are organized by date-added timestamp in the `archive/` subfolder. Each snapshot subfolder includes a static JSON and HTML index describing its contents, and the snapshot extrator outputs are plain files within the folder (e.g. `media/example.mp4`, `git/somerepo.git`, `static/someimage.png`, etc.) ```bash ls ./archive// ``` - **Index:** `index.html` & `index.json` HTML and JSON index files containing metadata and details - **Title:** `title` title of the site - **Favicon:** `favicon.ico` favicon of the site - **WGET Clone:** `example.com/page-name.html` wget clone of the site, with .html appended if not present - **WARC:** `warc/.gz` gzipped WARC of all the resources fetched while archiving - **PDF:** `output.pdf` Printed PDF of site using headless chrome - **Screenshot:** `screenshot.png` 1440x900 screenshot of site using headless chrome - **DOM Dump:** `output.html` DOM Dump of the HTML after rendering using headless chrome - **URL to Archive.org:** `archive.org.txt` A link to the saved site on archive.org - **Audio & Video:** `media/` all audio/video files + playlists, including subtitles & metadata with youtube-dl - **Source Code:** `git/` clone of any repository found on github, bitbucket, or gitlab links - _More coming soon! See the [Roadmap](https://github.com/pirate/ArchiveBox/wiki/Roadmap)..._ It does everything out-of-the-box by default, but you can disable or tweak [individual archive methods](https://github.com/pirate/ArchiveBox/wiki/Configuration) via environment variables or config file. ## Dependencies You don't need to install all the dependencies, ArchiveBox will automatically enable the relevant modules based on whatever you have available, but it's recommended to use the official [Docker image](https://github.com/pirate/ArchiveBox/wiki/Docker) with everything preinstalled. If you so choose, you can also install ArchiveBox and its dependencies directly on any Linux or macOS systems using the [automated setup script](https://github.com/pirate/ArchiveBox/wiki/Quickstart) or the [system package manager](https://github.com/pirate/ArchiveBox/wiki/Install). ArchiveBox is written in Python 3 so it requires `python3` and `pip3` available on your system. It also uses a set of optional, but highly recommended external dependencies for archiving sites: `wget` (for plain HTML, static files, and WARC saving), `chromium` (for screenshots, PDFs, JS execution, and more), `youtube-dl` (for audio and video), `git` (for cloning git repos), and `nodejs` (for readability and singlefile), and more. ## Caveats If you're importing URLs containing secret slugs or pages with private content (e.g Google Docs, CodiMD notepads, etc), you may want to disable some of the extractor modules to avoid leaking private URLs to 3rd party APIs during the archiving process. Be aware that malicious archived JS can also read the contents of other pages in your archive due to snapshot CSRF and XSS protections being imperfect. See the [Security Overview](https://github.com/pirate/ArchiveBox/wiki/Security-Overview#stealth-mode) page for more details. Support for saving multiple snapshots of each site over time will be [added soon](https://github.com/pirate/ArchiveBox/issues/179) (along with the ability to view diffs of the changes between runs). For now ArchiveBox is designed to only archive each URL with each extractor type once. --- # Setup ## Docker ```bash # Docker mkdir data && cd data docker run -v $PWD:/data -it nikisweeting/archivebox init docker run -v $PWD:/data -it nikisweeting/archivebox add 'https://example.com' docker run -v $PWD:/data -it nikisweeting/archivebox manage createsuperuser docker run -v $PWD:/data -it -p 8000:8000 nikisweeting/archivebox server 0.0.0.0:8000 open http://127.0.0.1:8000 ``` ```bash # Docker Compose # first download: https://github.com/pirate/ArchiveBox/blob/master/docker-compose.yml docker-compose run archivebox init docker-compose run archivebox add 'https://example.com' docker-compose run archivebox manage createsuperuser docker-compose up open http://127.0.0.1:8000 ``` ## Bare Metal ```bash # Bare Metal # Use apt on Ubuntu/Debian, brew on mac, or pkg on BSD # You may need to add a ppa with a more recent version of nodejs apt install python3 python3-pip python3-dev git curl wget youtube-dl chromium-browser # Install Node + NPM curl -s https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add - \ && echo 'deb https://deb.nodesource.com/node_14.x $(lsb_release -cs) main' >> /etc/apt/sources.list \ && apt-get update -qq \ && apt-get install -qq -y --no-install-recommends nodejs # Make a directory to hold your collection mkdir data && cd data # (doesn't have to be called data) # Install python package (or do this in a .venv if you want) pip install --upgrade archivebox # Install node packages (needed for SingleFile, Readability, and Puppeteer) npm install --prefix data 'git+https://github.com/pirate/ArchiveBox.git' archivebox init archivebox add 'https://example.com' # add URLs via args or stdin # or import an RSS/JSON/XML/TXT feed/list of links curl https://getpocket.com/users/USERNAME/feed/all | archivebox add archivebox add --depth=1 https://example.com/table-of-contents.html ``` Once you've added your first links, open `data/index.html` in a browser to view the static archive. You can also start it as a server with a full web UI to manage your links: ```bash archivebox manage createsuperuser archivebox server ``` You can visit `http://127.0.0.1:8000` in your browser to access it. ---

Background & Motivation

Vast treasure troves of knowledge are lost every day on the internet to link rot. As a society, we have an imperative to preserve some important parts of that treasure, just like we preserve our books, paintings, and music in physical libraries long after the originals go out of print or fade into obscurity.

Whether it's to resist censorship by saving articles before they get taken down or edited, or just to save a collection of early 2010's flash games you love to play, having the tools to archive internet content enables to you save the stuff you care most about before it disappears.


Image from WTF is Link Rot?...

The balance between the permanence and ephemeral nature of content on the internet is part of what makes it beautiful. I don't think everything should be preserved in an automated fashion, making all content permanent and never removable, but I do think people should be able to decide for themselves and effectively archive specific content that they care about.

Because modern websites are complicated and often rely on dynamic content, ArchiveBox archives the sites in several different formats beyond what public archiving services like Archive.org and Archive.is are capable of saving. Using multiple methods and the market-dominant browser to execute JS ensures we can save even the most complex, finicky websites in at least a few high-quality, long-term data formats.

All the archived links are stored by date bookmarked in ./archive/<timestamp>, and everything is indexed nicely with JSON & HTML files. The intent is for all the content to be viewable with common software in 50 - 100 years without needing to run ArchiveBox in a VM.

Comparison to Other Projects

Check out our community page for an index of web archiving initiatives and projects.

The aim of ArchiveBox is to go beyond what the Wayback Machine and other public archiving services can do, by adding a headless browser to replay sessions accurately, and by automatically extracting all the content in multiple redundant formats that will survive being passed down to historians and archivists through many generations.

User Interface & Intended Purpose

ArchiveBox differentiates itself from similar projects by being a simple, one-shot CLI interface for users to ingest bulk feeds of URLs over extended periods, as opposed to being a backend service that ingests individual, manually-submitted URLs from a web UI. However, we also have the option to add urls via a web interface through our Django frontend.

Private Local Archives vs Centralized Public Archives

Unlike crawler software that starts from a seed URL and works outwards, or public tools like Archive.org designed for users to manually submit links from the public internet, ArchiveBox tries to be a set-and-forget archiver suitable for archiving your entire browsing history, RSS feeds, or bookmarks, including private/authenticated content that you wouldn't otherwise share with a centralized service (do not do this until v0.5 is released with some security fixes). Also by having each user store their own content locally, we can save much larger portions of everyone's browsing history than a shared centralized service would be able to handle.

Storage Requirements

Because ArchiveBox is designed to ingest a firehose of browser history and bookmark feeds to a local disk, it can be much more disk-space intensive than a centralized service like the Internet Archive or Archive.today. However, as storage space gets cheaper and compression improves, you should be able to use it continuously over the years without having to delete anything. In my experience, ArchiveBox uses about 5gb per 1000 articles, but your milage may vary depending on which options you have enabled and what types of sites you're archiving. By default, it archives everything in as many formats as possible, meaning it takes more space than a using a single method, but more content is accurately replayable over extended periods of time. Storage requirements can be reduced by using a compressed/deduplicated filesystem like ZFS/BTRFS, or by setting SAVE_MEDIA=False to skip audio & video files.

Learn more

Whether you want to learn which organizations are the big players in the web archiving space, want to find a specific open-source tool for your web archiving need, or just want to see where archivists hang out online, our Community Wiki page serves as an index of the broader web archiving community. Check it out to learn about some of the coolest web archiving projects and communities on the web!


Documentation

We use the Github wiki system and Read the Docs (WIP) for documentation.

You can also access the docs locally by looking in the ArchiveBox/docs/ folder.

Getting Started

Reference

More Info


ArchiveBox Development

All contributions to ArchiveBox are welcomed! Check our issues and Roadmap for things to work on, and please open an issue to discuss your proposed implementation before working on things! Otherwise we may have to close your PR if it doesn't align with our roadmap.

Setup the dev environment

git clone https://github.com/pirate/ArchiveBox
cd ArchiveBox
git checkout master  # or the branch you want to test
git pull

# Install ArchiveBox + python dependencies
python3 -m venv .venv && source .venv/bin/activate && pip install -e .[dev]
# or
pipenv install --dev && pipenv shell

# Install node dependencies
npm install

# Optional: install the extractor dependencies
./bin/setup.sh

Common development tasks

See the ./bin/ folder and read the source of the bash scripts within. You can also run all these in Docker. For more examples see the Github Actions CI/CD tests that are run: .github/workflows/*.yaml.

Run the linters

./bin/lint.sh

(uses flake8 and mypy)

Run the integration tests

./bin/test.sh

(uses pytest -s)

Build the docs, pip package, and docker image

./bin/build.sh

# or individually:
./bin/build_docs.sh
./bin/build_pip.sh
./bin/build_docker.sh

Roll a release

./bin/release.sh

(bumps the version, builds, and pushes a release to PyPI, Docker Hub, and Github Packages)





This project is maintained mostly in my spare time with the help from generous contributors and Monadical.com.


Sponsor us on Github