Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/prikhi/rssonate

Your Friendly Neighborhood RSS Reader
https://github.com/prikhi/rssonate

bootstrap4 django elm rss rss-reader web

Last synced: about 1 month ago
JSON representation

Your Friendly Neighborhood RSS Reader

Awesome Lists containing this project

README

        

RSSonate
--------

A web-based RSS reader built with Elm on top of a Django API server.

cd server
pip install -r requirements.py
./manage.py migrate
./manage.py runserver 0.0.0.0:8000

cd client
npm install
npm run dev

firefox http://localhost:7000

You can use the `refresh_feeds` management command along with a cronjob to
automatically keep your feeds up to date:

$ crontab -e
*/360 * * * * bash -c 'source ~/.virtualenvs/rssonate/bin/activate; ~/Projects/RSSonate/server/manage.py refresh_feeds'

![RSSonate Screenshot](./screenshot.png)