Updated references to scripts in README "Running" section.

Mentioned posting of test message by buzz.py.
This commit is contained in:
Tom Miller
2010-09-28 15:16:25 -07:00
parent c5eb46fadd
commit 3a49e4ce89

13
README
View File

@@ -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