Skip to content
Mike Plemmons edited this page Jul 16, 2014 · 5 revisions

NAME

rss.pl - Mojolicious based RSS news aggregator

SYNOPSIS

Single user, PostgreSQL backed, Mojolicious based RSS news aggregator

DESCRIPTION

This is a web based single user RSS news aggregator that was created after Google closed down Reader.

README

This is a web based RSS news aggregator designed for a single user. It uses Mojolicious as a web framework and PostgreSQL or SQLite as its database. The interface is mobile friendly. It does not require any extra web server as it can be used with Mojolicious' hypnotoad web server. I currently run this script under OpenBSD 5.2 but there should be no problems with running it under Linux or other BSDs.

I used Google Reader quite a bit but when they closed it down I decided to write my own version. This is the result of that desire. I specifically wrote it for me and have not put any multi-user capability into the script.

When you first run the application it will create the necessary tables and their indexes if they do not exist.

Clone this wiki locally