feedify
is a command line application for turning a website into an RSS feed.
Site support is added by the user via configuration.
feedify
is not currently avaialable on PyPI.
To use this software, please follow the instructions below:
$> git clone <path to this respository>
$> cd feedify
$> make setup
$> make run
Once installed, you can run feedify
with the make run
command:
$> make run
In addition to the Installation steps steps above, if you intend to develop feedify
, you will also need to install the dev requirements:
$> make setup_dev
Run make help
for other (hopefully) helpful commands.
feedify
is Unlicensed. See the included LICENSE
file.