An open API service indexing awesome lists of open source software.

https://github.com/z1px/itchat

python 分析朋友圈好友
https://github.com/z1px/itchat

Last synced: 12 months ago
JSON representation

python 分析朋友圈好友

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 好友签名词云
~~~