Updated references to scripts in README "Running" section.
Mentioned posting of test message by buzz.py.
This commit is contained in:
13
README
13
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
|
||||
|
||||
Reference in New Issue
Block a user