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
- Host: GitHub
- URL: https://github.com/patricksanders/prstats
- Owner: patricksanders
- Created: 2018-02-02T16:03:43.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T00:52:57.000Z (over 3 years ago)
- Last Synced: 2025-07-11T14:43:07.951Z (12 months ago)
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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
```