Limnoria-doc/use/plugins/rss.rst
2011-06-28 17:29:38 +02:00

1.7 KiB

The RSS plugin

Reading

rss info <url|feed>

Returns information from the given RSS feed, namely the title, URL, description, and last update date, if available.

rss announce list [<channel>]

Returns the list of feeds announced in <channel>. <channel> is only necessary if the message isn't sent in the channel itself.

rss rss <url> [<number of headlines>]

Gets the title components of the given RSS feed. If <number of headlines> is given, return only that many headlines.

Administration

rss remove <name>

Removes the command for looking up RSS feeds at <name> from this plugin.

rss add <name> <url>

Adds a command to this plugin that will look up the RSS feed at the given URL.

rss announce remove [<channel>] <nameurl> ...]

Removes the list of feeds from the current list of announced feeds in <channel>. Valid feeds include the names of registered feeds as well as URLs for RSS feeds. <channel> is only necessary if the message isn't sent in the channel itself.

rss announce add [<channel>] <nameurl> ...]

Adds the list of feeds to the current list of announced feeds in <channel>. Valid feeds include the names of registered feeds as well as URLs for RSS feeds. <channel> is only necessary if the message isn't sent in the channel itself.