RSS in MUSHclient

Posted by Gesslar on Sun 08 Oct 2017 03:44 AM — 2 posts, 14,470 views.

#0
I would like to include the ability to poll an RSS feed. I run a game which pushes an Atom feed and would like to have MUSHclient poll the feed from a website and display if there are new items.

I have a LUA script to parse an atom feed, but am unsure how I can go about reading from the internet.
Australia Forum Administrator #1
See:

http://www.gammon.com.au/forum/?id=8319&reply=3#reply3


You can use LuaSocket to access web sites (which would include RSS feeds).