2008-12-18 04:55:54 +01:00
|
|
|
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
|
2014-12-19 03:31:59 +01:00
|
|
|
@rss add supybot https://github.com/Supybot/Supybot/commits/master.atom
|
2008-12-18 04:55:54 +01:00
|
|
|
|
|
|
|
Add announcements for a feed
|
2009-03-16 00:19:14 +01:00
|
|
|
@rss announce add supybot
|
2008-12-18 04:55:54 +01:00
|
|
|
|
|
|
|
Stop announcements for a feed
|
2009-03-16 00:19:14 +01:00
|
|
|
@rss announce remove supybot
|