From 1232e7d0abaf3f0058cf674e75e1f989f3f02311 Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Mon, 18 Nov 2013 08:04:40 -0500 Subject: [PATCH] Update paths to rss-bot. (imported from commit ab6ea5e881593c8533680323bf525faacc2ddfec) --- integrations/rss/rss-bot | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/integrations/rss/rss-bot b/integrations/rss/rss-bot index 8cae125..fcaceb8 100755 --- a/integrations/rss/rss-bot +++ b/integrations/rss/rss-bot @@ -52,17 +52,17 @@ To use this script: 3. create a ~/.zuliprc, or specify user and api-key with command line arguments 4. Test the script by running it manually, like this: -/usr/local/share/zulip/demos/rss-bot +/usr/local/share/zulip/integrations/rss/rss-bot You can customize the location on the feed file and recipient stream, e.g.: -/usr/local/share/zulip/demos/rss-bot --feed-file=/path/to/my-feeds --stream=my-rss-stream +/usr/local/share/zulip/integrations/rss/rss-bot --feed-file=/path/to/my-feeds --stream=my-rss-stream 4. Configure a crontab entry for this script. A sample crontab entry for processing feeds stored in the default location and sending to the default stream every 5 minutes is: -*/5 * * * * /usr/local/share/zulip/demos/rss-bot""" +*/5 * * * * /usr/local/share/zulip/integrations/rss/rss-bot""" parser = optparse.OptionParser(usage) parser.add_option('--stream',