python 查看github上,某个人的star数量

今天想查看一下自己在github上的项目的star和fork的情况,本来找到了一个命令行的工具,https://github.com/wolfg1969/oh-my-stars

oh-my-stars,发现不合适,然后发现这个工具挺好用的,下载即运行

git clone https://github.com/guofei9987/github_star_counter.git
cd github_star_counter

运行:

python github_counter.py your_github_name

参考文献

[1].count your github stars and forks. https://github.com/guofei9987/github_star_counter

[2].如何查看github上,某个人的star数量. https://www.jianshu.com/p/411b6a00e104

猜你喜欢

转载自blog.csdn.net/w5688414/article/details/106146377