vote up 21 vote down star
13

Can you recommend a feed generator library for Python? I could build the XML myself, but I'm looking for a recommended library that is built from the ground up around the RSS (or Atom) spec.

flag

5 Answers

vote up 14 vote down check

I can recommend that you use PyRSS2Gen. I've used it before and it's really simple and effective

link|flag
Thanks for the suggestion! – lupefiasco Feb 2 at 20:31
vote up 6 vote down

I haven't used them myself, but these exist:

link|flag
vote up 2 vote down

According to http://trac.defuze.org/wiki & http://trac.defuze.org/wiki/atomixlib: atomxlib is "deprecated in favor of the more generic bridge".

So knowing that atomxlib is no longer updated, the choice (for me) is now between PyRSS2Gen and a generic XML library (but not necessarily bridge).

link|flag
vote up -1 vote down

Thanks for the help everyone, the links were useful.

link|flag
2  
Don't post answer to just say thank you... there is no need You already say thank by up-voting a usefull answer, and it's enough... – bgy May 14 at 23:56
vote up -1 vote down

PyRSS2Gen and atomxlib

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.