【发布时间】:2013-06-18 18:15:21
【问题描述】:
我一直在尝试让我的脚本使用 Skype4Py 库向 Skype 中的群组对话发送消息,我目前能够发送消息的唯一方法是发送给特定用户。
import Skype4Py
Skype = Skype4Py.Skype()
Skype.Attach()
Skype.SendMessage('namehere','testmessage')
有谁知道如何更改我的代码以向群组对话发送消息?
【问题讨论】:
标签: python python-2.7 sendmessage skype4py