Nice one. I'm using bash to parse API query in rss format. Does your parser accept query too (in rss format)?
thanks for sharing,
M
Message: 2 Date: Sat, 24 Jul 2010 15:00:08 +0900 From: patrick puredata@11h11.com Subject: [PD] rss parser (using pyext) To: Pure Data list pd-list@iem.at Message-ID: 4C4A8168.7030409@11h11.com Content-Type: text/plain; charset=ISO-8859-1; format=flowed
hi everyone,
here's a solution for parsing RSS feed inside pd. it only works in linux, i have included py.pd_linux (for python 2.6).
http://puredata.info/Members/patrick
i will post again with a demo patch (using an earthquake rss feed for making music and maybe some visuals).
ciao
On 10-07-24 07:53 PM, Marco Donnarumma wrote:
Does your parser accept query too (in rss format)?
good question (as you can see, i know nothing about rss), maybe you can have a look at http://www.feedparser.org/
this is what i have used to read a RSS feed. pat
ok, thanks Patrick, I'll look into it.
M
On Sun, Jul 25, 2010 at 7:35 AM, patrick puredata@11h11.com wrote:
On 10-07-24 07:53 PM, Marco Donnarumma wrote:
Does your parser accept query too (in rss format)?
good question (as you can see, i know nothing about rss), maybe you can have a look at http://www.feedparser.org/
this is what i have used to read a RSS feed. pat