New
v1.3.7
增加了消息撤回方法,示例如下:
import itchat
itchat.auto_login(True)
user = itchat.search_friends(nickName='LittleCoder')[0]
r = user.send('hi')
msgId = r['MsgID']
r = itchat.revoke(msgId, user.userName)
itchat.run()
Unclaimed project
Are you a maintainer of ItChat? Claim this project to take control of your public changelog and roadmap.
Changelog
A complete and graceful API for Wechat. 微信个人号接口、微信机器人及命令行微信,三十行即可自定义个人号机器人。
增加了消息撤回方法,示例如下:
import itchat
itchat.auto_login(True)
user = itchat.search_friends(nickName='LittleCoder')[0]
r = user.send('hi')
msgId = r['MsgID']
r = itchat.revoke(msgId, user.userName)
itchat.run()
AutoGPT is the vision of accessible AI for everyone, to use and to build on. Our mission is to provide the tools, so that you can focus on what matters.
A feature-rich command-line audio/video downloader
:octocat: 分享 GitHub 上有趣、入门级的开源项目。Share interesting, entry-level open source projects on GitHub.
Python tool for converting files and office documents to Markdown.