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/
|
|
|
|
|
2013-05-29 15:21:56 +02:00
|
|
|
If you are experiencing TypeError issues with Python 3, please apply this
|
|
|
|
patch: http://code.google.com/p/feedparser/issues/detail?id=403
|
|
|
|
|
2008-12-18 04:55:54 +01:00
|
|
|
Basic usage
|
|
|
|
-----------
|
|
|
|
|
|
|
|
Adding a feed
|
|
|
|
@rss add supybot http://sourceforge.net/export/rss2_projfiles.php?group_id=58965
|
|
|
|
|
|
|
|
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
|