百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
K

krill

> 编程语言
开源

:newspaper: 黑客如何跟上世界的脚步 (不再维护)

796 stars0 点赞0 次浏览
访问官网GitHub

工具介绍

:newspaper: 黑客如何跟上世界的脚步 (不再维护)

Want news? Just krill it!

Krill are filter feeders. True to its namesake, krill :fried_shrimp: filters feeds. It is not picky about its diet, and will happily consume RSS, Atom, CDF and even Twitter :bird: feeds (no credentials required!). It aggregates feed items from all sources you specify, filters out those that interest you, and displays them as a live stream :fire: of clean, legible command line output.

krill is beautifully minimal. krill is extremely easy to set up and use, and runs anywhere Python runs. krill is a refreshingly different way of consuming news :newspaper: and updates from anywhere on the web. krill is the hacker's way of keeping up with the world. :globe_with_meridians:

Installation

krill requires Python 2.7+/3.2+ :snake:. If you have the pip package manager, all you need to do is run

pip install krill

either as a superuser or from a virtualenv environment.

Of course, you can also download the script directly from this repository, in which case you will need to install the dependencies Beautiful Soup (what a library! :star:), feedparser, Blessings and Requests manually.

Usage

Command line

…

Example

krill -s "https://twitter.com/nasa" -f "new ?horizons"

will follow NASA's :rocket: Twitter stream, printing only tweets that mention the New Horizons probe.

krill automatically determines whether to treat a web document as a Twitter or an XML feed. If multiple sources and/or filters are loaded from a file with the -S and -F tags, each must be on a separate line (except if the sources file uses the OPML format, in which case all xmlUrl attributes are loaded). Empty lines and lines starting with # (comments) are ignored.

Any URL format accepted by the Requests library is supported. In particular, feeds requiring (basic) HTTP authentication can be accessed by supplying credentials in the URL string with https://user:[email protected]/feed.

Inline and file specifications may be combined freely. If more than one filter is given, items matching any of the filters are printed. If no filter is given, all items are printed.

License

Copyright © 2015 Philipp Emanuel Weidmann ()

Released under the terms of the GNU General Public License, version 3

Issues· 4 开放

查看全部 Issues在 GitHub 打开

暂无开放 Issues,或尚未同步最近议题。

> 标签

Python

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类编程语言
定价开源

> 相关工具

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言