Github: Can I see the number of downloads for a repo?

后端 未结 17 1102
甜味超标
甜味超标 2020-11-28 02:35

In Github, is there a way I can see the number of downloads for a repo?

17条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2020-11-28 03:02

    For those who need the solution in Python, I wrote a simple script.


    Python Script:

    • GitHub Download Stats

    Usage:

    ghstats.py [user] [repo] [tag] [options]

    • Arguments
    • Examples

    Support:

    • Supports both Python 2 and Python 3 out of the box.
    • Can be used as both a standalone and a Python module.

提交回复
热议问题