Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alicfeng/wechat-withdrawal-monitor
基于itchat库构建文件撤回监听并发送到微信助手
https://github.com/alicfeng/wechat-withdrawal-monitor
Last synced: 20 days ago
JSON representation
基于itchat库构建文件撤回监听并发送到微信助手
- Host: GitHub
- URL: https://github.com/alicfeng/wechat-withdrawal-monitor
- Owner: alicfeng
- Created: 2019-03-24T08:03:26.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T04:55:56.000Z (about 2 years ago)
- Last Synced: 2023-03-06T23:04:35.778Z (almost 2 years ago)
- Language: Python
- Size: 4.88 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wechat-withdrawal-monitor
基于itchat库构建文件撤回监听并发送到微信助手简单两步即可实现微信撤回查看功能,如下所示
#### 安装依赖
```shell
pip install -r requirements.txt
```#### 运行程序
```shell
python ./main.py
```#### 详细说明
[我的笔记归档 - **仅78行代码实现微信撤回消息查看**](https://github.com/alicfeng/note.samego.com/blob/master/Python/%E4%BB%8578%E8%A1%8C%E4%BB%A3%E7%A0%81%E5%AE%9E%E7%8E%B0%E5%BE%AE%E4%BF%A1%E6%92%A4%E5%9B%9E%E6%B6%88%E6%81%AF%E6%9F%A5%E7%9C%8B---Python-itchat.md)