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