Suggestions for Parsing Blog Feeds Using PHP?
March 28, 2005 9:15 PM
Subscribe
Can anyone suggest good PHP books or existing scripts that can help me successfully parse RSS 1.0, 2.0 and Atom 0.3 feeds, then save them to a MySQL database?
I'm developing a website that aggregates entries from various blogs dedicated to a specific topic. (Blog authors have agreed to participate.) I've currently got a version working using Ari Paparo's
RSStoMySQL script, but it only seems to work with RSS 1.0 feeds. I'm successfully converting some non-1.0 feeds using FeedBurner.com, but it isn't working for others. Basically the script seems very particular. Any suggestions on other ways I can also successfully scrape Atom and RSS 2.0 feeds? To be clear, my solution needs to save entries to a MySQL database so I can manage entries in several ways.
posted by jeanmari to computers & internet (3 comments total)
And parsing feeds is pretty easy with MagpieRSS, which handles the various flavors of RSS and Atom.
posted by ubernostrum at 10:04 PM on March 28, 2005