0
点赞
收藏
分享

微信扫一扫

python的开源微信接口


开源微信接口文档地址:​​https://itchat.readthedocs.io/zh/latest/​​​
github地址:​​​https://github.com/littlecodersh/itchat​​

如下举例:

import itchat
itchat.auto_login()

itchat.send('Hello,Test.无需回复.',toUserName=itchat.search_friends(name='李X')[0]['UserName'])

目的:每天晚上N点N分发送“……”消息。


举报

相关推荐

0 条评论