From dd68b591936dbf9a6a7eca3a19672f84152a3779 Mon Sep 17 00:00:00 2001 From: "Xingyu.Wang" Date: Thu, 11 Oct 2018 14:49:06 +0800 Subject: [PATCH 1/2] PRF:20180921 Clinews - Read News And Latest Headlines From Commandline.md @geekpi --- ...s And Latest Headlines From Commandline.md | 28 +++++++------------ 1 file changed, 10 insertions(+), 18 deletions(-) diff --git a/translated/tech/20180921 Clinews - Read News And Latest Headlines From Commandline.md b/translated/tech/20180921 Clinews - Read News And Latest Headlines From Commandline.md index 892d6ca1c4..3dc74ff355 100644 --- a/translated/tech/20180921 Clinews - Read News And Latest Headlines From Commandline.md +++ b/translated/tech/20180921 Clinews - Read News And Latest Headlines From Commandline.md @@ -1,10 +1,9 @@ -Clinews - 从命令行阅读新闻和最新头条 +Clinews:从命令行阅读新闻和最新头条 ====== ![](https://www.ostechnix.com/wp-content/uploads/2018/09/clinews-720x340.jpeg) -不久前,我们写了一个名为 [**InstantNews**][1] 的命令行新闻客户端,它可以帮助你立即在命令行阅读新闻和最新头条新闻。今天,我偶然发现了一个名为 **Clinews** 的类似,它的其功能与此相同 - 在终端阅读来自热门网站的新闻和最新头条,还有博客。你无需安装 GUI 应用或移动应用。你可以直接从终端阅读世界上正在发生的事情。它是使用 **NodeJS** 编写的免费开源程序。 - +不久前,我们写了一个名为 [InstantNews][1] 的命令行新闻客户端,它可以帮助你立即在命令行阅读新闻和最新头条新闻。今天,我偶然发现了一个名为 **Clinews** 的类似,它的其功能与此相同 —— 在终端阅读来自热门网站的新闻和最新头条,还有博客。你无需安装 GUI 应用或移动应用。你可以直接从终端阅读世界上正在发生的事情。它是使用 **NodeJS** 编写的自由开源程序。 ### 安装 Clinews @@ -30,22 +29,20 @@ $ npm -i yarn ### 配置 News API -Clinews 从 [**News API**][2] 中检索所有新闻标题。News API 是一个简单易用的API,它返回当前在一系列新闻源和博客上发布的头条的 JSON 元数据。它目前提供来自 70 个热门源的实时头条,包括 Ars Technica、BBC、Blooberg、CNN、每日邮报、Engadget、ESPN、金融时报、谷歌新闻、hacker News,IGN、Mashable、国家地理、Reddit r/all、路透社、 Speigel Online、Techcrunch、The Guardian、The Hindu、赫芬顿邮报、纽约时报、The Next Web、华尔街日报,今日美国和[**等等**][3]。 +Clinews 从 [News API][2] 中检索所有新闻标题。News API 是一个简单易用的 API,它返回当前在一系列新闻源和博客上发布的头条的 JSON 元数据。它目前提供来自 70 个热门源的实时头条,包括 Ars Technica、BBC、Blooberg、CNN、每日邮报、Engadget、ESPN、金融时报、谷歌新闻、hacker News,IGN、Mashable、国家地理、Reddit r/all、路透社、 Speigel Online、Techcrunch、The Guardian、The Hindu、赫芬顿邮报、纽约时报、The Next Web、华尔街日报,今日美国和[等等][3]。 -首先,你需要 News API 的 API 密钥。进入 [**https://newsapi.org/register**][4] 并注册一个免费帐户来获取 API 密钥。 +首先,你需要 News API 的 API 密钥。进入 [https://newsapi.org/register][4] 并注册一个免费帐户来获取 API 密钥。 -从 News API 获得 API 密钥后,编辑 **.bashrc**: +从 News API 获得 API 密钥后,编辑 `.bashrc`: ``` $ vi ~/.bashrc - ``` 在最后添加 newsapi API 密钥,如下所示: ``` export IN_API_KEY="Paste-API-key-here" - ``` 请注意,你需要将密钥粘贴在双引号内。保存并关闭文件。 @@ -54,7 +51,6 @@ export IN_API_KEY="Paste-API-key-here" ``` $ source ~/.bashrc - ``` 完成。现在继续并从新闻源获取最新的头条新闻。 @@ -65,10 +61,9 @@ $ source ~/.bashrc ``` $ news fetch the-hindu - ``` -这里,**“the-hindu”** 是新闻源的源id(获取 id)。 +这里,`the-hindu` 是新闻源的源id(获取 id)。 上述命令将从 The Hindu 新闻站获取最新的 10 个头条,并将其显示在终端中。此外,它还显示新闻的简要描述、发布的日期和时间以及到源的实际链接。 @@ -82,7 +77,6 @@ $ news fetch the-hindu ``` $ news sources - ``` **示例输出:** @@ -91,22 +85,20 @@ $ news sources 正如你在上面的截图中看到的,Clinews 列出了所有新闻源,包括新闻源的名称、获取 ID、网站描述、网站 URL 以及它所在的国家/地区。在撰写本指南时,Clinews 目前支持 70 多个新闻源。 -Clinews 还可以搜索符合搜索条件/术语的所有源的新闻报道。例如,要列出包含单词 **“Tamilnadu”** 的所有新闻报道,请使用以下命令: +Clinews 还可以搜索符合搜索条件/术语的所有源的新闻报道。例如,要列出包含单词 “Tamilnadu” 的所有新闻报道,请使用以下命令: ``` $ news search "Tamilnadu" ``` -此命令将会筛选所有新闻源中含有 **Tamilnadu** 的报道。 +此命令将会筛选所有新闻源中含有 “Tamilnadu” 的报道。 -Clinews有一些额外的标志可以帮助你 +Clinews 有一些其它选项可以帮助你 * 限制你想看的新闻报道的数量,   * 排序新闻报道(热门、最新),   * 智能显示新闻报道分类(例如商业、娱乐、游戏、大众、音乐、政治、科学和自然、体育、技术) - - 更多详细信息,请参阅帮助部分: ``` @@ -126,7 +118,7 @@ via: https://www.ostechnix.com/clinews-read-news-and-latest-headlines-from-comma 作者:[SK][a] 选题:[lujun9972](https://github.com/lujun9972) 译者:[geekpi](https://github.com/geekpi) -校对:[校对者ID](https://github.com/校对者ID) +校对:[wxy](https://github.com/wxy) 本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出 From 735681fda04c76ffcdc67c8645f5eb3a47fd6aee Mon Sep 17 00:00:00 2001 From: "Xingyu.Wang" Date: Thu, 11 Oct 2018 14:51:14 +0800 Subject: [PATCH 2/2] PUB:20180921 Clinews - Read News And Latest Headlines From Commandline.md @geekpi https://linux.cn/article-10100-1.html --- ...1 Clinews - Read News And Latest Headlines From Commandline.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {translated/tech => published}/20180921 Clinews - Read News And Latest Headlines From Commandline.md (100%) diff --git a/translated/tech/20180921 Clinews - Read News And Latest Headlines From Commandline.md b/published/20180921 Clinews - Read News And Latest Headlines From Commandline.md similarity index 100% rename from translated/tech/20180921 Clinews - Read News And Latest Headlines From Commandline.md rename to published/20180921 Clinews - Read News And Latest Headlines From Commandline.md