這次利用wxpy能夠進行微信公衆號的消息推送監測(代碼超級簡單),這樣能進行實時獲取連接。可是不光會抓到公衆號的消息,好友的消息也會抓到(之後會完善的,畢竟如今能用了,並且作項目的微信號確定是沒有好友的)話很少說,直接扔代碼(簡直好用的不得了)!微信
# coding=utf-8 from wxpy import * bot = Bot() @bot.register() def print_others(msg): msg.forward(bot.file_helper) sent_msgs = bot.messages.search(sender=bot.self) embed()