ArchiveBox
Open source self-hosted web archiving
Alternative to: wayback machine, pocket, instapaper, archive.today
About
Versions (33)
v0.0.3
2017-10-30New Features:
- Support for parsing links from RSS feeds
- Support for specifying a URL as well as local file paths:
./archive.py https://example.com/path/to/rss/feed.xml - Support for
--user-data-dirfor archiving restricted sites with chrome headless - Simple & Fancy HTML & JSON indexes for each individual link
- Archive attempt history stored in link
index.json
Improvements:
- Append to existing archive instead of overwriting the index each time
- Reduced unnecessary config options, it should “just work”
- Smartly dedupe and cleanup messy archive folders
- Massively cleaned up codebase