【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
相关推荐
JanelSirry3 小时前
Redis服务器的的内存是多大
服务器·redis·github
稚麟4 小时前
GitHub Copilot CLI: How to get started
github·copilot
逛逛GitHub5 小时前
老外吹爆的国产开源 AI 大模型,登顶了开源热榜第 1。
github
天玺-vains7 小时前
借助Github Action实现通过 HTTP 请求触发邮件通知
网络协议·http·github
zachhere12 小时前
构建你的第一个 ChatGPT 应用 | 使用 Apps SDK 的逐步教程
github
HelloGitHub14 小时前
降薪跳槽,投身开源!只为 AI 落地“最后一公里”
开源·github
百锦再14 小时前
第5章 所有权系统
运维·git·python·eclipse·go·github·负载均衡
赵文宇(温玉)1 天前
构建内网离线的“github.com“,完美解决内网Go开发依赖
开发语言·golang·github
牛奶咖啡131 天前
利用Github与Hexo搭建属于自己的在线个人博客
github·hexo创建静态博客·免费部署博客到公网上·创建自定义静态博客·将静态博客上传到github·将自己的网站发布到网上