Skip to content

Commit

Permalink
Merge branch 'master' of github.com:kirillrogovoy/pullkee
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillrogovoy committed Sep 27, 2017
2 parents 3a7b59e + 1409aaf commit ab0dc8d
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,11 @@ go get github.com/kirillrogovoy/pullkee
```
and you are all set.

Otherwise, just blame me for not pre-building the executables for you. ;)

Then, install the [Golang environment](https://golang.org/doc/install).
Otherwise, you can manually download the binary from the [Releases page](https://github.com/kirillrogovoy/pullkee/releases).
In order to install it automatically, run:
```
curl https://raw.githubusercontent.com/kirillrogovoy/pullkee/master/godownloader.sh | bash
```

## Usage

Expand Down Expand Up @@ -66,6 +68,8 @@ Strongly consider using the `--limit` parameter on big repos since
you have a limited number of requests to make to the Github API. For me, it's currently 5000 per 1 hour.
Also, always provide the `GITHUB_CREDS` env var, otherwise you only have 60 requests per 1 hour without it.

Don't have a token yet? [Say no more](https://help.github.com/articles/creating-a-personal-access-token-for-the-command-line/).

That said, pullkee always uses a per-PR local cache in order to avoid
repetitive requests for the data of the same pull request.

Expand Down

0 comments on commit ab0dc8d

Please sign in to comment.