An open API service indexing awesome lists of open source software.

https://github.com/minoru/newsboy

[Vapourware] Atom/RSS feed fetcher acting as a transparent proxy for your reader
https://github.com/minoru/newsboy

Last synced: 5 months ago
JSON representation

[Vapourware] Atom/RSS feed fetcher acting as a transparent proxy for your reader

Awesome Lists containing this project

README

          

newsboy
=======

Newsboy is an Atom/RSS feeds fetcher. It acts as a proxy for your reader, and
will keep fetching the feeds you've requested lately, caching them so you don't
miss a single tidbit.

Installation
------------

At the moment, the only way to install newsboy is to build it from the source.
The only requirement is a [`stack`](http://haskellstack.org) utility.

Run `stack install` in the directory with `newsboy`'s source code, and `newsboy`
executable will be installed into `~/.local/bin` (you can run `stack path
--local-bin-path` to check this path).

Usage
-----

This section is quick setup guide. Please refer to User's Guide for details.