python中itchat的方法
时间: 2024-05-29 20:10:04 浏览: 101
itchat库修复可用版本
itchat是一个开源的微信个人号接口,可以实现微信的自动登录、消息发送、好友管理等功能。以下是itchat中常用的一些方法:
1.itchat.auto_login():自动登录微信个人账号
2.itchat.send():发送文本、图片、视频等消息
3.itchat.search_friends():搜索微信好友
4.itchat.get_friends():获取所有微信好友
5.itchat.add_friend():添加好友
6.itchat.delete_friend():删除好友
7.itchat.update_friend():更新好友信息
8.itchat.send_file():发送文件
9.itchat.create_chatroom():创建群聊
10.itchat.get_chatrooms():获取所有群聊
11.itchat.add_member_into_chatroom():添加成员到群聊
12.itchat.delete_member_from_chatroom():从群聊中删除成员
13.itchat.get_mps():获取公众号列表
14.itchat.search_mps():搜索公众号
15.itchat.add_mps():添加公众号
16.itchat.delete_mps():删除公众号
17.itchat.send_msg_to_file():将消息保存到文件
18.itchat.dump_login_status():将登录状态保存到文件
19.itchat.load_login_status():从文件中加载登录状态
以上是itchat中部分常用的方法,更多方法可以查看官方文档:https://itchat.readthedocs.io/zh/latest/.
阅读全文