[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.python

Re: Is there any Generic RSS/ATOM generator in Python?

Canarix

2/14/2008 7:51:00 AM

Hi,

On Mon, Feb 11, 2008 at 3:47 PM, js <ebgssth@gmail.com> wrote:
> Hi,
>
> I'm looking for RSS/ATOM generator I can use in Python.
> I searched on pypi and the other places but I couldn't find any
> options on this. (I found many parsers, though)
> Is there any de-fact standard RSS/ATOM generator? (especially, I'd
> like to create Atom's)
> Do I have to do it myself from scratch?

You can look at PyRSS2Gen which works fine for me :
http://www.dalkescientific.com/Python/PyRS...

But it only works with RSS2.

Bye,
CanariX

>
> Thanks in advance.
> --
> http://mail.python.org/mailman/listinfo/p...
>