Skip to content

Commit 13043e3

Browse files
committed
0.3.1.1
1 parent cc9f77a commit 13043e3

File tree

7 files changed

+683
-185
lines changed

7 files changed

+683
-185
lines changed

Diff for: .idea/workspace.xml

+227-143
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: README.md

+7
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,10 @@ print(df)
6666
- 独角兽公司
6767
- 倒闭公司
6868
- 商业特许经营公司
69+
- KOL数据
70+
- 微博数据
71+
- 账户基本数据
72+
- 微博信息
6973
- 信息数据
7074
- 新闻联播文字稿
7175
- 生活数据
@@ -99,6 +103,9 @@ print(df)
99103

100104
#### 版本更新
101105

106+
0.3.1
107+
迭代微博数据采集
108+
102109
0.3.0
103110
中国宏观数据:国内生产总值数据、居民消费价格指数(CPI)、工业品出厂价格指数(PPI)、采购经理人指数(PMI)、存款准备金率数据、货币供应量数据、外汇储备数据
104111

Diff for: gopup/__init__.py

+8
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,14 @@
135135
adult_university
136136
)
137137

138+
"""
139+
微博运营数据
140+
"""
141+
from gopup.mcn.weibo import (
142+
weibo_user,
143+
weibo_list
144+
)
145+
138146

139147
"""
140148
专业版接口

0 commit comments

Comments
 (0)