用Python寫個紅包提醒

用Python寫個紅包提醒 在出現紅包的時候發出提醒,那麼實現起來並不複雜。 總體思路: 使用itchat登錄網頁版微信,若是接收的消息中出現‘紅包’,進行提醒。web import itchat @itchat.msg_register('Note', isGroupChat=True) def get_note(msg): if '紅包' in msg['Text']: prin
相關文章
相關標籤/搜索