简体   繁体   English

给定wave id和wavelet id,如何获取Google Wave的内容?

[英]How do I get contents of a Google Wave given the wave id and wavelet id?

I am using the robots api. 我正在使用机器人api。 I have a wave id and wavelet id, and my app's email is added to the wave. 我有一个wave id和wavelet id,并且我的应用程序的电子邮件已添加到wave中。 How can I simply get the wave (or wavelet's) contents using the python api? 如何简单地使用python API获取wave(或wavelet的)内容?

Based on the example here : 根据此处的示例:

def OnWaveletSelfAdded(event, wavelet):
  for id in wavelet.blips:
    blip = wavelet.blips[id]
    logging.debug(blip.text)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM