# -*- 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(‘爬虫运行完毕!‘)
2023-11-25 15:39:34
# -*- 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(‘爬虫运行完毕!‘)