-
Notifications
You must be signed in to change notification settings - Fork 129
Allow dependents to be sorted by stars #1537
Comments
I send a copy of this issue to github support email, and they gave a prompt response as below.
|
Is it possible to get list of stars-sorted dependents using GitHub API? Maybe some 3rd-party apps or browser extensions exist for it? |
+1 |
Another use case: there is a library that we are using but are new to it (in our case neo4j-graphql and ramda). I can go to https://github.com/ramda/ramda/network/dependents to see other projects that are using that library. But what's the use of x pages of play projects? I'd like to find the large projects that are using this library. Now I have to go thru many pages to find em |
I coded a solution 😄 |
I also wrote tiny CLI tool ghtopdep that just work.
As result you receive table of stars-sorted dependents.
|
I also want this. |
+1. Another use case is for finding some big names that rely on your open-source code so you can display it on a portfolio website or resume. Gives much needed commercial value to open-source authors. |
There also exist npm specific tool https://github.com/pkgjs/dependents |
dogsheep/github-to-sqlite#34 also provides this (python), and https://github.com/manusa/github-dependents-scraper (java) |
Currently there is a Dependent tab inside the Insights / Dependency Graph page. It tells me how many repos and projects out there depend on my project. Great!
But then if my project happens to be popular, there can be tens or even hundreds of dependents. It would be great to be able to sort those dependents by their stars. This way, if my project would need to reach out to downstream package owners (to discuss roadmap etc.), I can know whom to start with.
The text was updated successfully, but these errors were encountered: