0.0
Low commit activity in last 3 years
No release in over a year
An RSS aggregator which generates an RSS file
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 0.4, >= 0.4.2
~> 1.3, >= 1.3.3
 Project Readme

Introducing the RSS_timeline gem

require 'rss_timeline' 

feeds = [
  'http://feeds.bbci.co.uk/news/rss.xml?edition=uk',
  'http://rss.slashdot.org/Slashdot/slashdot'
]

timeline = RSStimeline.new feeds
timeline.update

The above example would fetch the latest RSS feed items from BBC News and Slashot, and would save them to a file called timeline.rss. It can identify new items by comparing the feed with items in the cache which is a file directory containing the RSS files.

Resources

rss_timeline gem rss aggregator timeline