GitHunt
DA

danishkhan/RSS-Downloader

Download RSS Feeds and do something with them

Simple RSS Downloader

If you have an RSS feed and you want to be able to download the entries
of the feed and pass them to an application to either download the feed
or what have you.

For my purposes I wanted these to run at a certain interval so I
included the whenever gem so that I could create a cronjob to run this
script for me.

Also, I needed a very simple database so the application uses sqlite and
I added the ActiveRecord ORM to help out with creating the database.

Copyright © 2012 Danish Khan. See MIT-LICENSE for details.

Languages

Ruby100.0%

Contributors

MIT License
Created December 5, 2011
Updated January 18, 2018
danishkhan/RSS-Downloader | GitHunt