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
100 stars 6 forks source link

Questions about running github-dependents-info #543

Closed shenxianpeng closed 6 months ago

shenxianpeng commented 6 months ago

Checklist

❓ Question

Thanks for creating such a useful library, I had two questions when I tried it, and I appreciate it if you could explain more.

github-dependents-info --repo nvuillam/github-dependents-info
WARNING:root:WARNING: Unable to get integer from ""
WARNING:root:WARNING: Unable to get integer from ""
Total: 9
Public: 9 (136 stars)
Private: -9
  1. The warning message is a little confusing, is there something wrong when I used this package?
  2. The private number is -9, what does this mean? why not 0 or something else, how can you get private repos used by info?