From 43764d415c6531e78747be59596041c2bdd93679 Mon Sep 17 00:00:00 2001 From: Jessica McKellar Date: Tue, 15 Oct 2013 22:50:02 -0400 Subject: [PATCH] twitter-search-bot: update the path to the bot in the help. (imported from commit c1097685870029d9f6e7d0ba5a9e61912cf00885) --- integrations/twitter/twitter-search-bot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/integrations/twitter/twitter-search-bot b/integrations/twitter/twitter-search-bot index 3b689c1..ee302df 100755 --- a/integrations/twitter/twitter-search-bot +++ b/integrations/twitter/twitter-search-bot @@ -53,12 +53,12 @@ To use this script: 2. Subscribe to the stream that will receive Twitter updates (default stream: twitter) 3. Test the script by running it manually, like this: -/usr/local/share/zulip/demos/twitter-search-bot --search="@nprnews,quantum physics" +/usr/local/share/zulip/integrations/twitter/twitter-search-bot --search="@nprnews,quantum physics" 4. Configure a crontab entry for this script. A sample crontab entry that will process tweets every 5 minutes is: -*/5 * * * * /usr/local/share/zulip/demos/twitter-search-bot --search="@nprnews,quantum physics" +*/5 * * * * /usr/local/share/zulip/integrations/twitter/twitter-search-bot --search="@nprnews,quantum physics" == Setting up Twitter authentications ==