【GitHub项目推荐--网站归档平台】【转载】

ArchiveBox:网站归档平台

ArchiveBox 是基于 Python 的强大网页归档解决方案,可以自动把网页变成静态页面(HTML、PDF、图片),并自动提取和保存文本、音频等内容,可以用来做镜像站、档案馆、离线阅读等。

开源地址:https://github.com/ArchiveBox/ArchiveBox

使用ArchiveBox查看存档内容:

复制代码
archivebox server 0.0.0.0:8000            # use the interactive web UI
archivebox list 'https://example.com'     # use the CLI commands (--help for more)
ls ./archive/*/index.json # or browse directly via the filesystem
相关推荐
CoderJia程序员甲2 小时前
GitHub 热榜项目 - 日榜(2025-10-11)
ai·开源·github·ai编程·github热榜
CoderJia程序员甲5 小时前
GitHub 热榜项目 - 日榜(2025-10-14)
ai·开源·大模型·github·ai教程
逛逛GitHub8 小时前
又发现 4 个有趣的 GitHub 开源 MCP。
github
whysqwhw9 小时前
KuiklyUI Core 关键技术点与架构设计分析
github
whysqwhw9 小时前
KuiklyUI Core模块代码架构设计全面分析
github
运营猫小海豚10 小时前
低代码+强推理:开源工具链如何让企业项目管理效率翻倍
github
MicrosoftReactor11 小时前
技术速递|使用 GitHub Copilot Agent 模式现代化 Java 项目的分步指南
java·github·copilot
mzlogin13 小时前
清除 GitHub 上的幽灵通知
github
程序员爱钓鱼14 小时前
Python编程实战 · 基础入门篇 | Python能做什么
后端·python·github
xxxcq15 小时前
Go微服务网关开发(3):负载均衡功能的实现
后端·github