iipc/awesome-web-archiving: An Awesome List for getting started with web archiving
github.com/iipc/awesome-web-archivingAn Awesome List for getting started with web archiving - iipc/awesome-web-archiving
Mage :: Mage
magefile.org
Something like make
, but magefiles are written in Go instead. Pretty funny.
go-shiori/obelisk: Go package and CLI tool for saving web page as single HTML file
github.com/go-shiori/obelisk
Embeds all resources (e.g. CSS, image, JavaScript, etc) producing a single HTML5 document that is easy to store and share.
In case the submitted URL is not HTML (for example a PDF page), Obelisk will still save it as it is.
Downloading each assets are done concurrently, which make the archival process for a web page is quite fast.
Accepts cookies, useful for pages that need login or article behind paywall.
Might actually be a good choice for Betula archival. Might need to fork it, though.