pip3 install SkPy
from skpy import Skype sk = Skype(#ID#, #PASS#)
c=sk.contacts["相手のID"].chat c.sendMsg ("Hallo")
g = sk.chats.chat ("Gruppenchat-ID") g.sendMsg ("Hallo, Gruppe")
sk.chats.recent()
https://skpy.t.allofti.me/usage.html
Recommended Posts