# -*- coding: utf-8 -*- # @Author : Felix Wang # @time : 2018/7/19 11:15 def toMyWechat(content): import itchat itchat.auto_login(hotReload=True) itchat.send(content, toUserName=‘filehelper‘) toMyWechat(‘程序运行出错!‘) toMyWechat(‘爬虫运行完毕!‘)
原文地址:https://www.cnblogs.com/felixwang2/p/9334942.html
时间: 2024-10-09 00:08:49