Skip to content

Commit

Permalink
edit doc
Browse files Browse the repository at this point in the history
  • Loading branch information
施華桐 committed Feb 11, 2019
1 parent 7f468f5 commit 322a580
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
7 changes: 7 additions & 0 deletions doc/en.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,12 @@ Output = both

## Usage

### Inintialize Database

```bash
python init_db.py
```

### Crawler

1. PTT Article index
Expand Down Expand Up @@ -232,6 +238,7 @@ python schedule.py remove {article, asn, user}
PttCrawler/
├── CHANGELOG.md
├── config_example.ini
├── init_db.py
├── crawler/
│   ├── __init__.py
│   ├── __main__.py
Expand Down
6 changes: 6 additions & 0 deletions doc/zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,12 @@ VersionRotate = 30

## 使用

### Inintialize Database

```bash
python init_db.py
```

### Crawler

1. PTT 文章索引爬蟲
Expand Down

0 comments on commit 322a580

Please sign in to comment.