Limnoria/plugins/RSS
Valentin Lorentz 1650860032 RSS: Do no block commands calling while loading a feed. 2014-10-14 20:59:00 +00:00
..
locales RSS: update l10n-fi & messages.pot 2014-08-10 18:10:20 +02:00
README.md RSS: fix quoting & mention onetoone in README.md. 2014-06-08 16:59:42 +02:00
__init__.py Change the modeline to use softtabstop instead of tabstop. 2006-02-11 15:52:51 +00:00
config.py RSS: Major rewriting. @rss works. 2014-07-31 18:44:49 +02:00
messages.pot RSS: update l10n-fi & messages.pot 2014-08-10 18:10:20 +02:00
plugin.py RSS: Do no block commands calling while loading a feed. 2014-10-14 20:59:00 +00:00
test.py RSS: Prevent errors if users do not use @announce add correctly. Closes GH-869. 2014-10-10 14:41:45 +00:00

README.md

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/

If you are experiencing TypeError issues with Python 3, please apply this patch: http://code.google.com/p/feedparser/issues/detail?id=403

Basic usage

Adding a feed @rss add supybot http://sourceforge.net/export/rss2_projfiles.php?group_id=58965

Add announcements for a feed @rss announce add supybot

Stop announcements for a feed @rss announce remove supybot

News on their own lines

If you want the feed topics to be on their own lines instead of being separated by the separator which you have configured you can set reply.onetoone to False.

Please first read the help for that configuration variable

@config help reply.onetoone

and understand what it says and then you can do

@config reply.onetoone False