https://github.com/z1px/itchat
python 分析朋友圈好友
https://github.com/z1px/itchat
Last synced: 12 months ago
JSON representation
python 分析朋友圈好友
- Host: GitHub
- URL: https://github.com/z1px/itchat
- Owner: z1px
- Created: 2017-11-04T09:36:08.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-11T11:46:13.000Z (over 8 years ago)
- Last Synced: 2025-03-21T05:43:08.317Z (over 1 year ago)
- Language: Python
- Size: 2.31 MB
- Stars: 14
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# itchat
python 微信
## 目录结构
初始的目录结构如下:
~~~
www WEB部署目录(或者子目录)
├─common 公共方法包
│ └─func.py 公共方法
│
├─font 字体
│
├─image 生成图片
│
├─logo 好友头像
│
├─temp 聊天文件
│
├─wechat 依赖文件
│
├─helper.py 发送消息
├─info.py 好友分析
├─logo.py 好友头像拼接
├─msg.py 聊天消息,撤回消息监控
├─wordCloud.py 好友签名词云
~~~