GitHub - hacker-DOM/github-by-stars: Get most starred repo's that have a specific dependency!
This script will pull X pages from the results of package dependents and sort them by number of stars on GH. They seem to be sorted by recent change by default, but there is no way to sort them by stars.
git clone https://github.com/dteiml/github-by-stars && \
cd github-by-stars && \
npm i
Go to https://github.com. Open Network tab in dev tools. Refresh page and click on first request. Copy the Request headers to your clipboard.
Create a .env file and paste the headers. They should should something like this:
Host = github.com
Connection = keep-alive
...
So example usage would be node index.js --author facebook --name react --begin 0 --end 100