📅  最后修改于: 2023-12-03 15:15:15.203000             🧑  作者: Mango
getBlog
是一个用于程序员的博客获取工具,旨在简化从各种博客平台抓取文章的过程。它可以帮助程序员快速获取并整理所需的技术文章,节省阅读和搜索的时间。
getBlog
支持从不同的博客平台如WordPress、GitHub Pages、Medium等获取博客文章。getBlog
能够将获取的博客文章保存到本地,方便离线阅读。npm install -g getBlog
getBlog --platform=wordpress --url=https://example.com --tags=javascript,nodejs --output=markdown
getBlog --platform=wordpress --url=https://example.com --tags=javascript,nodejs --output=markdown
getBlog --platform=github --repo=github_user/repo --output=html
getBlog --platform=medium --username=medium_user --output=markdown
--platform
: 指定博客平台,支持wordpress
、github
、medium
等。--url
: 博客页面的URL地址。--repo
: GitHub Pages的仓库名称,格式为github_user/repo
。--username
: Medium的用户名。--tags
: 指定要获取的文章标签,可以是多个标签,用逗号分隔。--output
: 指定导出的文件格式,支持markdown
、html
等。以下是从WordPress获取的Markdown文件示例:
# Title of the Blog Post
Author: John Doe
Published: 2022-01-01
## Introduction
This is the introduction of the blog post...
...
getBlog
是一个方便的工具,帮助程序员更加高效地获取和整理技术博客文章。它简化了从不同平台获取文章的过程,让你能够更快地找到自己感兴趣的内容。快来尝试吧!