1
0
Fork 0
mirror of synced 2024-06-01 10:09:49 +12:00
ArchiveBox/README.md
2019-01-22 23:53:46 -05:00

9 KiB


ArchiveBox
The open-source self-hosted web archive.

▶️ Quickstart | Demo | Website | Github | Documentation | Troubleshooting | Changelog | Roadmap

"Your own personal Way-Back Machine" (网站存档 / 爬虫)

ArchiveBox archives a copy of websites you choose into a local static HTML folder.
You can use it to archive and browse content you care about long after it's deleted or moved off the internet.

If you run it on a schedule to import your history or bookmarks continusously, you can rest soundly knowing that the slice of the internet you care about can be preserved long after the servers go down or the links break.

. . . . . . . . . . . . . . . . . . . . . . . . . . . .

To get started, you can install ArchiveBox automatically, follow the manual instructions, or use Docker.

git clone https://github.com/pirate/ArchiveBox.git
cd ArchiveBox
./setup

# Export your bookmarks, then run the archive command to start archiving!
./archive ~/Downloads/bookmarks.html

# Or pass in links to archive via stdin
echo 'https://example.com' | ./archive

Overview

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.

ArchiveBox imports a list of URLs from stdin, remote url, or file, then adds the pages to a local archive folder using wget to create a browsable html clone, youtube-dl to extract media, and a full instance of Chrome headless for PDF, Screenshot, and DOM dumps, and more...

Using multiple methods and the market-dominant browser to execute JS ensures we can save even the most complex, finnicky websites in at least a few high-quality, long-term data formats.

  • Browser history or bookmarks (Chrome, Firefox, Safari, IE, Opera)
  • RSS or plain text lists
  • Pocket, Pinboard, Instapaper
  • Shaarli, Delicious, Reddit Saved Posts, Wallabag, Unmark.it, and any other text with links in it!

Can save these things for each site:

  • favicon.ico favicon of the site
  • example.com/page-name.html wget clone of the site, with .html appended if not present
  • output.pdf Printed PDF of site using headless chrome
  • screenshot.png 1440x900 screenshot of site using headless chrome
  • output.html DOM Dump of the HTML after rendering using headless chrome
  • archive.org.txt A link to the saved site on archive.org
  • warc/ for the html + gzipped warc file .gz
  • media/ any mp4, mp3, subtitles, and metadata found using youtube-dl
  • git/ clone of any repository for github, bitbucket, or gitlab links
  • index.html & index.json HTML and JSON index files containing metadata and details

By default it does everything, visit the Configuration page for details on how to disable or fine-tune certain methods.

The archiving is additive, so you can schedule ./archive to run regularly and pull new links into the index. All the saved content is static and indexed with JSON files, so it lives forever & is easily parseable, it requires no always-running backend.

DEMO: archive.sweeting.me

Documentation


(Recently renamed from Bookmark Archiver)

We use the Github wiki system for documentation.

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

Getting Started

Reference

More Info

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 would the library of Alexandria or a collection of art.

Whether it's to resist censorship by saving articles before they get taken down or editied, or to save that collection of early 2010's flash games you love to play, having the tools to archive the internet enable to you save some of the content you care about before it dissapears.

The balance between the permanence and ephemeral nature of the internet is what makes it beautiful, I don't think everything should be preserved, and but I do think people should be able to decide for themselves and effectively archive content in a format that will survive being passed down to historians and archivists through many generations.

Read more:

To learn more about ArchiveBox's past history and future plans, check out the roadmap and changelog.

Screenshots

Desktop ScreenshotMobile Screenshot
CLI Screenshot





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