lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Fri, 14 Jan 2011 12:18:18 -0500
kenk@heroesent.com wrote:

> Hello everyone,
> 
>     I'm just starting my research into this, but how plausible is it  
> to use Lua to read from RSS feeds? From there I need to get data,
> save it, do thing's with it etc. that's all easy enough, just haven't
> done anything with RSS feeds before. Found some old examples from
> 2005 and so on, just wondering if there's newly updated examples
> that's been done with RSS.

https://github.com/slact/lua-feedparser

might be what you need.

startx