Mikaela Suomalainen 2caade8f7c RSS: make more sense to default config
* Change default separator to `|` as used by Topic plugin.
* Show links with manual calling and automatic announcement.
    * In most of cases we want to know where does new RSS feed title point to...
2014-06-20 22:09:30 +03:00
..
2014-05-31 15:10:50 +03:00
2014-05-10 23:48:00 +02: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/

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`