Google Wave Python Tutorial - What's Next?

I just finished using Google Wave Robot: A Python Tutorial . The Reference API looks a bit impressive. Is there anything else I can look at to accelerate?

+3
source share
3 answers

See sample Python bots in the sample gallery: http://wave-samples-gallery.appspot.com/results?language=Python&api=Robots . This can give you ideas on creating bots and show you good practices. The gallery describes the API features used by each bot.

Alternatively, you can join the Wave API group at http://groups.google.com/group/google-wave-api . They talk about it well.

+3
source

Building a robot is pretty straightforward conceptual. The Python API itself works with an error and works with difficulty.

Could you create a simple robot that responds to commands? This is the beginning of IMHO.

+1
source

- , , . , . , api A LOT, python, ... .

+1

Source: https://habr.com/ru/post/1723077/


All Articles