美文网首页
python 写微信发送消息

python 写微信发送消息

作者: Sakura_flower | 来源:发表于2018-10-27 11:55 被阅读0次
    import itchat
    itchat.auto_login(hotReload=True)
    friends = itchat.get_friends(update = True)[0:]
    name = itchat.search_friends(name=u'陈敏')
    a1 = name[0]['UserName']
    while True:
        message_concent = '打我??、'
        itchat.send(message_concent,a1)
    

    相关文章

      网友评论

          本文标题:python 写微信发送消息

          本文链接:https://www.haomeiwen.com/subject/djfdtqtx.html