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
- Host: GitHub
- URL: https://github.com/minoru/newsboy
- Owner: Minoru
- Created: 2016-04-16T14:57:02.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2020-10-21T21:39:12.000Z (over 5 years ago)
- Last Synced: 2025-02-05T11:17:09.381Z (over 1 year ago)
- Homepage:
- Size: 5.86 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
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.