RSS Help File


Table of Contents

RSS.OpenURL
RSS.GetFeedInformation
RSS.GetItems

RSS.OpenURL


(number) RSS.OpenURL ( 

(string) URL,

(number) Timeout,

(number) Port )

Description

Open the Atom feed and prepare it for future actions. Returns 0 if successful.

Parameters

URL

(string) The URL of the feed.

Timeout

(number) The number of seconds to wait before closing the HTTP connection. (Defaults to 5.)

Port

(number) The port to use while establishing a connection to the remote server. (Defaults to 80.)


Return

This action returns a (number) value.



RSS.GetFeedInformation


(table) RSS.GetFeedInformation ()

Description

Gets feed information such as the Title and Description. Requires an open RSS feed.

Parameters

None


Return

This action returns a (table) value.



RSS.GetItems


(table) RSS.GetItems ()

Description

Gets feed items and returns a Lua table. Requires an open RSS feed.

Parameters

None


Return

This action returns a (table) value.



Made with Action Plugin Compiler