importitchat
importre
@itchat.msg_register(itchat.content.TEXT)
defprint_content(msg):
print(msg['Text'])
#itchat.auto_login()
itchat.auto_login(hotReload=True)
friends=itchat.get_friends(update=True)[:]
#初始化计数器
male=female=other=
#friends[0]是自己的信息,所以要从friends[1]开始
foriinfriends[1:]:
name=i["RemarkName"]
ifname=="张三":
print(i["HeadImgUrl"])
print("hello he")
tmp=i["HeadImgUrl"]
idName=str(re.findall(r"username=(.+?)&skey=",tmp))#正则表达式
print(idName[2:-2])
print(itchat.send('你变成花,我也能找到你',toUserName=((idName[2:-2]))))
else:
other+=1
foriinrange(1,20):#发多了容易被拉黑
print(itchat.send('你变成花,我也能找到你',toUserName=((idName[2:-2]))))
#itchat.run()
领取专属 10元无门槛券
私享最新 技术干货