https://github.com/github-tooling/ghtopdep
On github you can list all dependents of a popular library, but the list is seemingly random. I found a nice cli tool that lists them by starts. It's written in python.
install
The repo lists a very strange way to install the tool. Just do this.
git clone https://github.com/github-tooling/ghtopdep
cd ghtopdep
pip3 install --user ./
usage
Create an access token with the public_repo permission by following this link:
https://github.com/settings/tokens/new?scopes=public_repo&description=ghtopdep
Pass the token as an option with --token
or set the GHTOPDEP_TOKEN
variable.