https://github.com/simonv3/contrib-count
hacky-hack-hack-cough
https://github.com/simonv3/contrib-count
Last synced: 11 months ago
JSON representation
hacky-hack-hack-cough
- Host: GitHub
- URL: https://github.com/simonv3/contrib-count
- Owner: simonv3
- Created: 2019-03-22T19:38:22.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-08T18:21:24.000Z (about 7 years ago)
- Last Synced: 2025-01-11T17:34:06.086Z (over 1 year ago)
- Language: Python
- Size: 528 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Install the program
First get the json
```
name-your-contributors -o orbitdb --full --commits > orbit-db-contribs.json
```
We need to use full to get the createdAt and breakdown of each thing, but this won't send to csv because there's nesting
So to put it in a csv:
```
python3 script.py
```
For this to work properly this requires some changes to name-your-contributors that haven't been merged yet (primarily getting issueComments as well as just commitComments).
TODO: refactor so that contribs.csv will display all of the different types of contributions in different columns, alongside a totals column.