The feed link extractor.
Felix is a tool for fetching, extracting, filtering and aggregating links from multiple feed sources (RSS feeds, HTML pages, etc.).
See CHANGELOG.
For some vague notes about planned features and changes, see also TODO.
go get -u github.com/martinplaner/felix
, then run felix
.
This will fetch the latest release directly from the master branch.
Automated docker builds are available as martinplaner/felix. Pull the image with docker pull martinplaner/felix
.
The image expects the config file mapped to /config.yml
and a data volume mounted to /data
.
(Currently only available for 64 bit Linux.)
Download the latest statically linked binary release from releases page. Extract and run as usual.
Developer documentation can be found on GoDoc.
User documentation is currently lacking. For the moment have a look at the example config and try to figure it out from there.
Copyright 2017 Martin Planer. All rights reserved. Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.