mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-21 02:02:53 +01:00
4f489fad61
Closes Supybot/Supybot#7 Signed-off-by: James McCoy <vega.james@gmail.com>
19 lines
424 B
Plaintext
19 lines
424 B
Plaintext
This plugin allows you to poll and periodically announce new items from
|
|
RSS feeds.
|
|
|
|
In order to use this plugin you must have the following modules
|
|
installed:
|
|
- feedparser: http://feedparser.org/
|
|
|
|
Basic usage
|
|
-----------
|
|
|
|
Adding a feed
|
|
@rss add supybot https://github.com/Supybot/Supybot/commits/master.atom
|
|
|
|
Add announcements for a feed
|
|
@rss announce add supybot
|
|
|
|
Stop announcements for a feed
|
|
@rss announce remove supybot
|