ArchiveBox | 🗃 Open source self-hosted web archiving. Takes URLs/browser history/bookmarks/Pocket/Pinboard/etc., saves HTML, JS, PDFs, media, and more…
No matter which setup method you choose, they all follow this basic process and provide the same CLI, Web UI, and on-disk data layout. Once you’ve installed ArchiveBox, run this in a new empty folder to get started archivebox init --setup # creates a new collection in the current directory Add some URLs you want to archive archivebox add 'https://example.com' # add URLs one at a time via args / piped stdin archivebox schedule --every=day --depth=1 https://example.com/rss.xml # or have it import URLs on a schedule Then view your archiv...
Source: archivebox.io