Limnoria/plugins/RSS
Valentin Lorentz 0102d64cf4 RSS: fix tests with feedparser 6.
Mocks the urllib API it uses instead of an internal function.
2020-09-19 10:15:23 +02:00
..
locales Fix msgfmt warnings. 2020-03-26 22:10:28 +01:00
README.md RSS: Reove broken (and probably irrelevant) link in the README. 2015-05-10 09:57:11 +00:00
__init__.py Use importlib instead of imp. 2020-01-26 12:00:08 +01:00
config.py RSS: Register feed config in config.py instead of plugin.py. 2019-11-11 19:42:34 +01:00
messages.pot Squashed commit of the following: 2014-12-20 14:37:27 +01:00
plugin.py RSS: If ids are missing, use <link> as id. 2020-01-31 20:59:42 +01:00
test.py RSS: fix tests with feedparser 6. 2020-09-19 10:15:23 +02: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/

Basic usage

  1. Add a feed using @rss add limnoria https://github.com/ProgVal/Limnoria/tags.atom.
    • This is RSS feed of Limnorias stable releases.
    • You can now check the latest news from the feed with @limnoria.
  2. To have new news automatically announced on the channel, use @rss announce add Limnoria.

To add another feed, simply replace limnoria and the address using name of the feed and address of the feed. For example, YLE News:

  1. @rss add yle http://yle.fi/uutiset/rss/uutiset.rss?osasto=news
  2. @rss announce add yle

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