用Python實現與WeChat交互

用Python登錄微信 # Python要和微信進行連接通信 需要導入wxpy庫 # 本代碼執行後直接會彈出二維碼 手機上用微信掃描 # 就能夠登錄微信 收發消息 from wxpy import * bot = Bot(cache_path=True) # 設置cache 登錄信息保存 # 這樣就不用每次都掃描二維碼 bot.file_helper.send("hello") # 發送消息hel
相關文章
相關標籤/搜索