赞
踩
win32api.keybd_event(18,0,win32con.KEYEVENTF_KEYUP,0)
win32api.keybd_event(83,0,win32con.KEYEVENTF_KEYUP,0)
def SendWxMsg(wxid,sendtext):
FindWindow(‘微信’)
time.sleep(1)
pyautogui.moveTo(143, 39)
pyautogui.click()
ClipboardText(wxid)
time.sleep(1)
pyautogui.moveTo(155, 120)
pyautogui.click()
ClipboardText(sendtext)
SendMsg()
print(‘已发送’)
SendWxMsg(‘face6009’,‘Python发送微信消息’)
动图演示
经过学习,我在想要不要用这个方法实现一套简单的微信操作脚本,然后写成HttpApi,然后通过Http进行调用,在网页实现简单的远程控制微信,或者做个机器人等
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。