Google Wave Robots API V2

Python Tutorialを参考にまずはデモを動かしてみます。
http://code.google.com/intl/ja/apis/wave/extensions/robots/python-tutorial.html

Debian環境だとこんな感じです。

$ python --version
Python 2.5.2

Python 2.5以上ということで動作環境としては問題なさそうですね。

$ cd /home/eros/wave/bot
$ svn checkout http://wave-robot-python-client.googlecode.com/svn/trunk/src/waveapi waveapi

Subversionでwaveapiをダウンロードします。

Google App Engine上で、
https://appengine.google.com/