Browse Source

modify readme

liuyuqi-dellpc 3 months ago
parent
commit
f9a0e96dcb
2 changed files with 16 additions and 2 deletions
  1. 1 0
      .gitignore
  2. 15 2
      README.md

+ 1 - 0
.gitignore

@@ -2,3 +2,4 @@
 *.pyc
 *.pdf
 *.xlsx
+data/**/*.html

+ 15 - 2
README.md

@@ -1,7 +1,16 @@
 # crawl_sse
 
-下载上市公司数据:
 
+[![Version](https://img.shields.io/badge/version-v1.1.0-brightgreen)](https://git.yoqi.me/lyq/crawl_sse)
+[![Python](https://img.shields.io/badge/Python-3.11.4-brightgreen?style=plastic)](https://git.yoqi.me/lyq/crawl_sse)
+
+[English](./README.md) 
+
+上市公司数据分析
+
+## Develop
+
+下载上市公司数据:
 ```
 virtualenv .venv
 source .venv/bin/activate
@@ -23,4 +32,8 @@ python main.py nianbao
 # 下载年报
 python main.py nianbao --download
 
-```
+```
+
+## License
+
+## Reference