用Python写个红包提醒

用Python写个红包提醒 在出现红包的时候发出提醒,那么实现起来并不复杂。 总体思路: 使用itchat登录网页版微信,若是接收的消息中出现‘红包’,进行提醒。web import itchat @itchat.msg_register('Note', isGroupChat=True) def get_note(msg): if '红包' in msg['Text']: prin
相关文章
相关标签/搜索