Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iurisilvio/24pullrequests-stats
https://github.com/iurisilvio/24pullrequests-stats
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/iurisilvio/24pullrequests-stats
- Owner: iurisilvio
- Created: 2013-01-14T12:28:38.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-01-14T13:27:29.000Z (almost 12 years ago)
- Last Synced: 2023-03-12T06:11:12.858Z (over 1 year ago)
- Language: Python
- Size: 125 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
24pullrequests-stats
====================It is a messy code to generate stats about `24pullrequests`, some insights about it are in http://notenoughmemory.com/2013/01/24pullrequests-post-mortem.html.
Do not expect a good code or something easy to use. I know it loads a lot of data to memory and probably will crash if I try to do it with more data.
I used ~400MB of data, so it is not easy to upload it to GitHub, even compressed. Download data from https://s3.amazonaws.com/notenoughmemory/24pullrequests-stats.zip and unzip in data folder, so you can use my code without download everything again with `downloader.py`.
If you want to use this code, check the `stats.py` file. After these scripts, I did some parsing and created graphics with Google Spreadsheets.