Jupyter Notebook Python Shell
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
.gitignore
README.md
WeChat Analyze Demo.ipynb
analyze.py
configure.sh
province.png
sex.png
wordcloud.png

README.md

微信个人数据分析脚本

使用python3,需要安装模块wxpymatplotlib

$ pip3 install wxpy matplotlib jieba wordcloud

其中matplotlib默认不支持中文,需要配置一下中文字体:

cnFont = FontProperties(fname='/System/Library/Fonts/PingFang.ttc')

上面的路径是MacOS下的中文字体路径,其它平台需要自行配置

目前功能

  1. 分析朋友圈的男女比例,并发送图片到微信文件小助手

sexRatio

  1. 分析朋友圈城市分布,并发送条形图到微信文件小助手

province

  1. 分析朋友圈个性签名,并生成词云图发送到微信小助手

wordcloud

  1. 添加了聊天机器人功能