nvuillam / github-dependents-info

Collect information about dependencies between a github repo and other repositories. Results available in JSON, markdown and badge
https://pypi.org/project/github-dependents-info/
MIT License
89 stars 6 forks source link

Missing Repositories in the produced JSON file #648

Open lbettels opened 1 month ago

lbettels commented 1 month ago

🐛 Bug Report

First up thank you for the fantastic tool, it is really helpful for my research. I noticed by chance that some repositories do not turn up in the produced JSON file even though they match the query criteria.

🔬 How To Reproduce

I noticed the missing repositories when analyzing the dependents of super-csv.

Environment

The call i used to produce the JSON

github-dependents-info --repo super-csv/super-csv --sort stars --json --minstars 3 > super_csv_dependents.json

Now, as you can see here, super-csv has a dependent repository owned by cenoteandoDB. Yet, it does not show up in the produced JSON file (shown in the screenshot). The cenoteandoDB repository currently has 6 stars and therefore should show up in the screenshoted section.

Please let me know if I am potentially making a mistake in the way I use the tool or if you can reproduce the issue

Screenshots

cenoteandoDBdependent grafik

📈 Expected behavior

I expected the repository that shows up in the dependents tab of the github insight panel to show up in the produced JSON file.

I would be happy about any feedback. Cheers!