金狮镖局 Design By www.egabc.com
条件
1、能够上网
2、必须是你的好友
3、必须能二维码登录网页微信
发送示例
# 使用微信接口给微信好友发送消息, import itchat # 自动登录方法,hotReload=True可以缓存,不用每次都登录,但是第一次执行时会出现一个二维码,需要手机微信扫码登录 itchat.auto_login(hotReload=False) # 搜索好友,search_friends("xxx"),其中"xxx"为好友昵称,备注或微信号不行 userfinfo = itchat.search_friends("顾正") # "智能群管家014"为好友昵称 print("userfinfo:",userfinfo) # print(userfinfo),获取userinfo中的UserName参数 userid = userfinfo[0]["UserName"] # 获取用户id # 调用微信接口发送消息 itchat.send("陈军是不是傻?", userid) # 通过用户id发送信息 # 或 itchat.send_msg(msg='好像是的', toUserName=userid) # 发送纯文本信息
定时发送消息
# -*- coding: UTF-8 -*- import itchat import time import requests #获取金山词霸每日一句 def get_new(): url="http://open.iciba.com/dsapi" r=requests.get(url) contents=r.json()['content'] note=r.json()['note'] return contents,note def send_news(): try: itchat.auto_login(hotReload=True) my_friend=itchat.search_friends(name=u'卡2') FriendName=my_friend[0]["UserName"] message1=get_new()[0] #因为会出现进程报错,所以我加上了 pass pass message2=get_new[1] pass message3=u"来自你的朋友" pass itchat.send(message1,toUserName=FriendName) itchat.send(message2, toUserName=FriendName) itchat.send(message3, toUserName=FriendName) #每个1天发送消息 t=time(86400,send_news()) t.start() except: #如果上面其中一条消息没有发送成功,就会发送本条消息 message4=u"你的朋友出bug了" itchat.send(message4,toUserName=FriendName) if __name__=="__main__": send_news()
以上就是用python发送微信消息的详细内容,更多关于python 发送微信消息的资料请关注其它相关文章!
金狮镖局 Design By www.egabc.com
金狮镖局
免责声明:本站文章均来自网站采集或用户投稿,网站不提供任何软件下载或自行开发的软件!
如有用户或公司发现本站内容信息存在侵权行为,请邮件告知! 858582#qq.com
金狮镖局 Design By www.egabc.com
暂无用python发送微信消息的评论...
更新日志
2024年11月15日
2024年11月15日
- 炉石传说抢先乱斗卡组有什么 深暗领域抢先体验乱斗卡组推荐
- 荣耀手机腕上最佳搭档 荣耀手表5首销开启
- 雷克沙ARES 6000 C28战神之翼 AMD 9800X3D超强搭档
- 咪咕快游感恩同游,超值回馈尽在咪咕咪粉节!
- 陈崎凡《CHEN》[FLAC/分轨][326.32MB]
- 群星《我们的歌第六季 第2期》[320K/MP3][74.05MB]
- 群星《我们的歌第六季 第2期》[FLAC/分轨][385.16MB]
- 童丽《每一个晚上》[低速原抓WAV+CUE]
- 乌兰齐齐格《呼伦牧歌》[原抓WAV+CUE]
- 黄乙玲1988-无稳定的爱心肝乱糟糟[日本东芝1M版][WAV+CUE]
- 群星《我们的歌第六季 第3期》[320K/MP3][70.68MB]
- 群星《我们的歌第六季 第3期》[FLAC/分轨][369.48MB]
- 群星《燃!沙排少女 影视原声带》[320K/MP3][175.61MB]
- 乱斗海盗瞎6胜卡组推荐一览 深暗领域乱斗海盗瞎卡组分享
- 炉石传说乱斗6胜卡组分享一览 深暗领域乱斗6胜卡组代码推荐