Limnoria/plugins/RSS
Valentin Lorentz 20bef2dcd0 RSS: keep track of headlines over multiple feed fetches, with configurable expiration.
This is better at avoiding repeats than just keeping the last fetch, since some feeds
shuffle items around (like google news search).

Conflicts:
	plugins/RSS/config.py
2013-06-27 07:03:20 +02:00
..
local Debianize Supybot and update version to 0.83.4.1+limnoria1. 2011-08-22 14:29:59 +02:00
locales Rename all 'locale' directories to 'locales'. 2012-12-26 15:43:35 +01:00
README.txt RSS: Add link to a patch to apply to feedparser. 2013-05-29 15:21:56 +02:00
__init__.py Change the modeline to use softtabstop instead of tabstop. 2006-02-11 15:52:51 +00:00
config.py RSS: keep track of headlines over multiple feed fetches, with configurable expiration. 2013-06-27 07:03:20 +02:00
messages.pot RSS: Internationalize three strings. 2012-07-31 19:09:18 +00:00
plugin.py RSS: keep track of headlines over multiple feed fetches, with configurable expiration. 2013-06-27 07:03:20 +02:00
test.py Update my name/contact information 2012-09-01 10:16:48 -04:00

README.txt

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