Skip to content

Commit b54ef1c

Browse files
committed
minor update
1 parent 830e001 commit b54ef1c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Python 3, requests, pandas, numpy (pandas and numpy are used to flatten json).
1212
## Usage
1313

1414
1. Download the source files.
15+
1516
2. Create a *config.json* file, which contains your secret tokens and looks like
1617
```json
1718
{
@@ -50,6 +51,7 @@ full response (json) -> response['items'] (list) -> item (json)
5051
```
5152
- The `DataBase.insert` method is responsible to format the `item-json` and store that into
5253
the database.
54+
5355
- Each `item` is a saved article with many metadata.
5456

5557
4. The script supports automatically renew `access_token` through `refresh_token` when it is expired.

0 commit comments

Comments
 (0)