Missing Repositories in the produced JSON file
🐛 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
- OS: macOS Ventura 13.6.7
- Python version: Python 3.12
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
📈 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!
I used this (currently open) PR to fix this bug https://github.com/nvuillam/github-dependents-info/pull/607