python的开源微信接口

阅读 37

2022-10-27


开源微信接口文档地址:​​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)

0 0 举报