What's the easiest way to find the number of unique :user/:repo repositories that use a new language? #5897
-
Source files for the new language in question end with a The first line of all programs in this language as of Saturday, May 14, 2022, should contain I tried using the GitHub API to process const response = await octokit.request(
`GET /search/code?q=reach+0.1+extension%3Arsh&per_page=100&page=${
pageNumber
}`
); but I run into
There are 2,057 code results when I enter this search query through the browser, as of Saturday, May 14, 2022. The issue is that I don't know how to download all of these search results as a I'm trying to find out whether this language in in use by at least 200 unique users, not counting forks, because the
How are other people checking this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
We've historically used Harvester or a script I've written which does the same thing but using the API, however we're temporarily not using this as GitHub's Search is struggling. See #5756 for more details on the temporary requirements. |
Beta Was this translation helpful? Give feedback.
We've historically used Harvester or a script I've written which does the same thing but using the API, however we're temporarily not using this as GitHub's Search is struggling. See #5756 for more details on the temporary requirements.