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