We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68d7499 commit a4d1a22Copy full SHA for a4d1a22
1 file changed
heart/README.md
@@ -1,3 +1,9 @@
1
+# 基于微博数据用 Python 打造一颗“心”
2
+
3
+### 文章链接
4
5
+[基于微博数据用 Python 打造一颗“心”](http://mp.weixin.qq.com/s?__biz=MjM5MzgyODQxMQ==&mid=2650366775&idx=1&sn=3fbf6f64304e528ddad88c0f6eb922e1&chksm=be9cd86389eb5175882c5666ac5ee7fe936a7b32b705244a87ce34eadfdf33f5a11236be4445&mpshare=1&scene=23&srcid=0215AAinxzHfYCxNvblNQuTf#rd)
6
7
### 准备工作
8
大体思路就是把微博数据爬下来,数据经过清洗加工后再分词处理,处理后的数据交给词云工具,配合科学计算工具和绘图工具制作成图像出来,涉及到的工具包有:
9
@@ -19,8 +25,12 @@ pip install matplotlib-1.5.3-cp27-cp27m-win_amd64.whl
19
25
```
20
26
其他平台可根据错误提示 Google 解决。也可以通过 [issue](https://github.com/lzjun567/crawler_html2pdf/issues) 在 GitHub 提交问题。
21
27
28
+### 效果图
29
30
+
31
22
32
### Contact me
23
33
24
->作者:liuzhijun
->微信: lzjun567
->公众号:一个程序员的微站(id:VTtalk)
34
+>作者:liuzhijun
35
+>微信: lzjun567
36
+>公众号:一个程序员的微站(id:VTtalk)
0 commit comments