This repository has been archived by the owner on Jan 20, 2018. It is now read-only.
forked from lepinkainen/pyfibot
-
Notifications
You must be signed in to change notification settings - Fork 1
RSS
Henri Salo edited this page Feb 23, 2014
·
6 revisions
This RSS module is still under development. If you do use this module, please share your experience in constructive manner in issue tracker. Goal with this module in future will be separate process fetching RSS feeds and importing it to database, which will be read from bot instance. If this does not satisfy your needs please fork code and rewrite (note that there is different implementations in git backlog).
- Modify configuration file pyfibot/modules/module_rss.conf according to your needs
- Start pyfibot
- Execute command .rss add <url> in channel where you want the RSS items
- If bot does not start outputting items from first RSS feed try restarting
- Bot does not function normally if you have one instance in several IRC networks with same channel name
- Full UTF-8 support. Old issue #50 from 2012
- Support for etag and last-modified for feeds. Old issue #39 from 2011