Sha256: 708fbf85467801b6a0afbf34ee81ae5b7ff08c493eda274e777d734d6f3ac0e2
Contents?: true
Size: 800 Bytes
Versions: 13
Compression:
Stored size: 800 Bytes
Contents
Universal Feed Parser Parse RSS and Atom feeds in Python. 3000 unit tests. Open source. Copyright (c) 2002-5 by Mark Pilgrim open source, see LICENSE file for details ----- To use: If installed as a gem require 'rubygems' require 'rfeedparser' fp = FeedParser.parse("some-feed-filepath-or-url") If not installed as a gem, copy the contents of lib into the ruby path and just use require 'rfeedparser' fp = FeedParser.parse("some-feed-filepath-or-url") ---- For developers: I currently have the "rough" code in a bzr branch over at <http://somethingsimilar.com/code/bzr/rfeedparser/>. You'll want to check out the rfeedparser-main branch for the current code, or rfeedparser-release for the code in the latest release.
Version data entries
13 entries across 13 versions & 3 rubygems