You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The goal of this repository is to collect reference implementations of the [Repository Activity Score](https://patterns.innersourcecommons.org/p/repository-activity-score).
4
+
5
+
Currently we got only a single implementation (in Python), but are considering to add similar versions for JavaScript, Go and C#. Feel free to contribute other implementations! :)
6
+
7
+
## How to run this
8
+
9
+
TBD: how to run the current implementation
10
+
11
+
## Limitations
12
+
13
+
These implementations assume that the repositories for which you want to calculate the Repository Activity Score are hosted in GitHub i.e. the respective metadata is available via the GitHub Search API and GitHub stats/participation API.
14
+
15
+
However it should be possible with relatively low effort to adapt these implementations to other version control systems.
16
+
17
+
## Educational purposes only
18
+
19
+
These implementations are provided as reference implementations and with that for educational purposes only.
0 commit comments