phronmophobic / dewey

Index of Clojure libraries available on github.
Eclipse Public License 1.0
80 stars 1 forks source link

Investigate compiling a list of "good first issues" #15

Open phronmophobic opened 2 months ago

phronmophobic commented 2 months ago

Investigate how hard it would be to create list of issues on open source projects tagged with "good first issue".

vial0ft commented 1 month ago

According the note you able to do at least 5000 rph with an api token.

If you want to get list of "good first issues" for some repo you should run query: https://api.github.com/repos/<OWNER>/<REPO>/issues?labels=good+first+issue&state=open

Also paging params: