首页
学习
活动
专区
工具
TVP
发布
精选内容/技术社群/优惠产品,尽在小程序
立即前往

itchat的使用

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()

  • 发表于:
  • 原文链接https://kuaibao.qq.com/s/20180805G02HYR00?refer=cp_1026
  • 腾讯「腾讯云开发者社区」是腾讯内容开放平台帐号(企鹅号)传播渠道之一,根据《腾讯内容开放平台服务协议》转载发布内容。
  • 如有侵权,请联系 cloudcommunity@tencent.com 删除。

扫码

添加站长 进交流群

领取专属 10元无门槛券

私享最新 技术干货

扫码加入开发者社群
领券