Fixed outdated path to buzz.py and three_legged_dance.py

This commit is contained in:
Tom Miller
2010-10-11 12:00:36 -07:00
parent 8fa1e59dc4
commit c378c6d96a

4
README
View File

@@ -33,13 +33,13 @@ First run three-legged-dance.py to get OAuth
tokens for Buzz, which will be stored in tokens for Buzz, which will be stored in
buzz.dat in the working directory. buzz.dat in the working directory.
$ python samples/cmdline/three_legged_dance.py $ python samples/buzz/three_legged_dance.py
Then run buzz.py, which will use the apiclient Then run buzz.py, which will use the apiclient
library to retrieve the title of the most library to retrieve the title of the most
recent entry in Buzz and post a test message. recent entry in Buzz and post a test message.
$ python samples/cmdline/buzz.py $ python samples/buzz/buzz.py
After following the install directions (using setup.py or setpath.sh) you After following the install directions (using setup.py or setpath.sh) you
should be able to cd to samples/cmdline and run the code from there. should be able to cd to samples/cmdline and run the code from there.