From 3a49e4ce89f2a409bfb7b584f4db8700e8162542 Mon Sep 17 00:00:00 2001 From: Tom Miller Date: Tue, 28 Sep 2010 15:16:25 -0700 Subject: [PATCH] Updated references to scripts in README "Running" section. Mentioned posting of test message by buzz.py. --- README | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README b/README index ef2c067..43e4611 100644 --- a/README +++ b/README @@ -15,18 +15,19 @@ Running ======= First run three-legged-dance.py to get OAuth -tokens for Buzz, which will be stored in a file. +tokens for Buzz, which will be stored in +buzz.dat in the working directory. - $ python three-legged-dance.py + $ python samples/cmdline/three_legged_dance.py -Then run sample.py, which will use the apiclient +Then run buzz.py, which will use the apiclient library to retrieve the title of the most -recent entry in Buzz. +recent entry in Buzz and post a test message. - $ python sample.py + $ python samples/cmdline/buzz.py -Third Pary Libraries +Third Party Libraries ==================== http://code.google.com/p/httplib2