Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
suqingdong committed Apr 13, 2021
1 parent e6a5523 commit ca4f831
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ pip3 install nsfc
- 也可以通过`-d`参数指定要使用的数据库文件

## 使用示例
### 本地查询
```bash
# 查看帮助
nsfc query
Expand Down Expand Up @@ -70,3 +71,21 @@ nsfc query -s approval_year 2019 -s subject_code "%C0501%" -o C0501.2019.xlsx -F
# 限制最大输出条数
nsfc query -L 5 -s approval_year 2019
```

#### 结题报告下载
```bash
nsfc report 20671004

nsfc report 20671004 -o out.pdf
```

### 其他功能
#### LetPub数据获取
```bash
nsfc crawl
```

#### 本地数据库构建/更新
```bash
nsfc build
```

0 comments on commit ca4f831

Please sign in to comment.