Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: Include results for all packages #31

Open
korthout opened this issue May 29, 2023 · 2 comments
Open

Feature request: Include results for all packages #31

korthout opened this issue May 29, 2023 · 2 comments

Comments

@korthout
Copy link

I've used ghtopdep to collect details about the usage of a project I maintain https://github.com/korthout/backport-action. This action is available under two packages and so dependents are tracked for each:

ghtopdep only looks at the dependents of the most popular package.

I would like ghtopdep to include the results of the other packages. Note that some dependents may be encountered in both packages, so duplicates should be removed.

@zer0yu
Copy link

zer0yu commented Jan 25, 2024

Hi, you can try my tool written in Go. You can see example 5. I hope it will be helpful for your questions.

https://github.com/zer0yu/ghtracker

@tobiasdiez
Copy link

Workaround: Change

page_url = "{0}/network/dependents?dependent_type={1}".format(url, destination.upper())
to

page_url = "{0}/network/dependents?dependent_type={1}&package_id=<package id>".format(url, destination.upper())

where the package id can be found in the url by navigating to the dependency graph of the repo and selecting the correct package.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants