#!/usr/local/bin/python3
#coding=utf-8import time
import itchatitchat.auto_login(hotReload=True)
msg = “情人节快乐” #msg信息
friends = itchat.get_friends() #拉取好友列表for i in range(1, len(friends)): #第1位是自己,从第2位开始
itchat.send(msg, toUserName=friends[i][‘UserName’])
time.sleep(5) #等待5秒
关注”珊瑚贝” 公众号回复 标题名称 获取百度云下载地址