Temboz is a web-based RSS/Atom aggregator and feed reader that focuses on saving you time by letting you filter out articles you are not interested in.
It is inspired by FeedOnFeeds (web-based personal aggregator), Google News (two column layout) and TiVo (thumbs up and down).
I have been using Temboz as my feed reader since 2004. I currently have over 500 feeds subscribed to, and my filtering rules get rid of around 1/3 of the incoming firehose of information.
The home page is the article reading interface, using a two-column layout. Clicking on the "Thumbs down" icon makes the article disappear, bringing a new one in its place (if available). Clicking on the "Thumbs up" icon highlights it in yellow and flags it as interesting in the database.
The feed summary page shows statistics on feeds, starting with feeds with unread articles, then by alphabetical order. Feeds can be sorted based on other metrics. You have the option of "catching up" with a feed (marking all the articles as read). Feeds with errors are highlighted in red (not shown). The default sort order is by feed signal-to-noise ratio.
Clicking on the "details" link for a feed brings up this page, which allows you to change title or feed URL, and shows the RSS or Atom fields accessible for filtering.
Feeds can be filtered by keyword, phrase, tag, author or using Python expressions. Filtering out junk pop culture makes for tremendous time savings.
You can check outstanding bug reports, change requests and more on the GitHub issue tracker.
pip
, install it by running python -m ensurepip
(you may need to do this as root depending on how your Python installation is set up, or use a system package manager like apt-get
).pip install virtualenv
(or use a package manager if required).tembozdir
: virtualenv tembozdir
cd tembozdir
. bin/activate
source bin/activate.csh
pip install temboz
./bin/temboz
./bin/temboz --import foo.opml
./bin/temboz --refresh
./bin/temboz --server
I would highly recommend you subscribe to Temboz' RSS feed to be notified of security releases and other major announcements. It's less than one post a year, I promise...
Temboz is written in Python, and leverages Mark Pilgrim’s Ultra-liberal feed parser, SQLite, Flask.
The name "Temboz" is a reference to Malima Temboz, "The mountain that walks", an elephant whose tormented spirit is the object of Mike Resnick’s excellent SF novel, Ivory.