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

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

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.