Mercurial > feed-push
view README @ 13:b960713823a7 draft
add a note about globbing in README
Signed-off-by: Changaco <changaco ατ changaco δοτ net>
author | Changaco <changaco ατ changaco δοτ net> |
---|---|
date | Mon, 16 Apr 2012 13:01:16 +0200 |
parents | 0d4378996672 |
children |
line wrap: on
line source
feed-push is a daemon that watches local RSS/Atom files for changes and executes commands when new articles appear. It can replace scripts such as rss2email and rss2xmpp, using tools like sendmail and sendxmpp.py (http://changaco.net/code/sendxmpp-py). Dependencies: - gamin and its python2 bindings - python2-feedparser Compatibility: gamin only works on Linux and FreeBSD as of April 2012 Installation/Removal/Update: ./setup install|uninstall|update Configuration: see examples/ Note: globbing (i.e. using wildcards like in "*.atom") only works on startup, it won't detect files created after that.