Is there any Generic RSS/ATOM generator in Python?
Canarix
canarix at gmail.com
Thu Feb 14 02:51:28 EST 2008
Hi,
On Mon, Feb 11, 2008 at 3:47 PM, js <ebgssth at 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/PyRSS2Gen.html
But it only works with RSS2.
Bye,
CanariX
>
> Thanks in advance.
> --
> http://mail.python.org/mailman/listinfo/python-list
>
More information about the Python-list
mailing list