Welcome
RSS.OpenURL
RSS.GetFeedInformation
RSS.GetItems
(number) RSS.OpenURL ( |
(string) URL, (number) Timeout, (number) Port ) |
Open the Atom feed and prepare it for future actions. Returns 0 if successful.
(string) The URL of the feed.
(number) The number of seconds to wait before closing the HTTP connection. (Defaults to 5.)
(number) The port to use while establishing a connection to the remote server. (Defaults to 80.)
This action returns a (number) value.
(table) RSS.GetFeedInformation () |
Gets feed information such as the Title and Description. Requires an open RSS feed.
This action returns a (table) value.
(table) RSS.GetItems () |
Gets feed items and returns a Lua table. Requires an open RSS feed.
This action returns a (table) value.
Made with Action Plugin Compiler