Feedbag is Ruby's favorite auto-discovery tool/library!
>> require "feedbag"
=> true
>> Feedbag.find "damog.net/blog"
=> ["http://damog.net/blog/index.rss", "http://damog.net/blog/tags/feed", "http://damog.net/blog/tags/rfeed"]
>> Feedbag.feed? "perl.org"
=> false
>> Feedbag.feed?("http://jobs.perl.org/rss/standard.rss")
=> true
$ gem install feedbag
Or just grab feedbag.rb and use it on your own project:
$ wget http://github.com/damog/feedbag/raw/master/lib/feedbag.rb
You can also use the command line tool for quick queries, if you install the gem:
$ feedbag http://rubygems.org/profiles/damog
== http://rubygems.org/profiles/damog:
- http://feeds.feedburner.com/gemcutter-latest
- Because it only uses Nokogiri as dependency.
- Because it follows modern feed filename conventions (like those ones used by WordPress blogs, or Blogger, etc).
- Because it's a single file you can embed easily in your application.
- Because it's faster than rfeedfinder.
David Moreno <[email protected]>.
Superfeedr has kindly financially supported the development of Feedbag.
This is free software. See COPYING for more information.