pyOpenSci / peer-review-metrics

A repo where we collect peer review metrics
https://www.pyopensci.org/peer-review-metrics
0 stars 4 forks source link

Create: script to fetch a list of all current editors #14

Open kaiyamag opened 1 month ago

kaiyamag commented 1 month ago

In order to generate a list of available editors, current-reviewsdata.ipynb` currently has a static list of editors' GitHub handles. To avoid needing to update this list when new editors are added, it would be helpful to use the GitHub API to get a list of all possible editors' handles.

lwasser commented 1 month ago

you read my mind @kaiyamag

rest endpoint is here:

we could add a helper to the pyosmeta library as well to do this but maybe we develop it here using pygithub