Skip to content

Commit

Permalink
0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
justinzm committed Mar 10, 2021
1 parent 93f4135 commit 312f095
Show file tree
Hide file tree
Showing 10 changed files with 109 additions and 1,478 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,9 @@ gopup/index/__pycache__/
gopup/index/__pycache__/*

.idea/inspectionProfiles/Project_Default.xml
.idea/workspace.xml
gopup/economic/*
gopup/economic/
venv/*
*.pyc
*.pyc
.idea/gopup.iml
.idea/workspace.xml
163 changes: 90 additions & 73 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,9 @@ print(df)
- 诗词数据
- 唐代诗人
- 唐诗数据
- 火车数据
- 车站信息
- 车次时刻表
- 影视数据
- 实时电影票房数据
- 单日电影票房数据
Expand All @@ -127,6 +130,12 @@ print(df)

#### 版本更新

0.3.5
生活数据: 车站信息、车次时刻表

0.3.4
信息数据: 历史上的今日、百度风云榜、微博热搜榜、微信热词榜、知乎热搜榜、豆瓣排行榜

0.3.3
指数数据:搜狗指数趋势数据

Expand Down
9 changes: 9 additions & 0 deletions gopup/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,15 @@
adult_university
)

"""
火车数据
"""
from gopup.life.train import (
station_name,
train_time_table
)


"""
微博运营数据
"""
Expand Down
52 changes: 0 additions & 52 deletions gopup/toutiao/demo.py

This file was deleted.

Loading

0 comments on commit 312f095

Please sign in to comment.