Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldorner committed Apr 13, 2023
1 parent 7f268f0 commit 5bb496b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ python3 -m pip install orjson

### Step 1: Crawl

First, we collect all timelines from all pull requests at a GitHub instance. The crawler requires an [`<api_token>` for your GitHub instance](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token) and an `<out_dir>` where the results are stored into:
First, we collect all timelines from all pull requests at a GitHub instance. [`crawler.py`](crawler.py) requires an [`<api_token>` for your GitHub instance](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token) and an `<out_dir>` where the results are stored into:
```
python3 crawl.py <api_token> <out_dir>
```
Expand All @@ -34,7 +34,7 @@ The crawler also provides options

To list all options in detail, run
```
python3 crawp.py --h
python3 crawl.py --h
```

### Step 2: Model pull requests as cross-border communication channels
Expand Down

0 comments on commit 5bb496b

Please sign in to comment.