Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix broken headings in Markdown files #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
stock
=====

###思路
### 思路

1 统计雪球讨论热门的股票

Expand Down Expand Up @@ -67,7 +67,7 @@ todo:

分析哪几个大V的观点与大盘的走势相符(合力对市场的影响)

###运行说明
### 运行说明

python stockCode.py

Expand All @@ -77,7 +77,7 @@ python xueqiuPawer.py 3 2

抓取雪球从3天前开始2天内的数据

###需要安装的python模块
### 需要安装的python模块
beautifulsoup

xlwt
Expand All @@ -90,10 +90,10 @@ xlutils

nltk

####其他
#### 其他
chromedriver

###特殊说明
### 特殊说明

linux环境必须桌面版才能运行,因为需要打开浏览器

Expand Down