An open API service indexing awesome lists of open source software.

https://github.com/patricksanders/prstats

Get stats and ugly graphs about pull requests on Github repos
https://github.com/patricksanders/prstats

Last synced: 8 months ago
JSON representation

Get stats and ugly graphs about pull requests on Github repos

Awesome Lists containing this project

README

          

### prstats
Get stats and ugly graphs about pull requests on Github repos

### Usage
Copy `config_example.py` to `config.py` and modify it appropriately.

Install Python dependencies:

```
pip install -r requirements.txt
```

Run prstats:

```
./prstats.py
```