#github #fetch #star #repo #cli #info #stargazers

app star-scraper

用于获取GitHub星级关注者信息的实用程序

6个版本

0.1.5 2023年3月27日
0.1.4 2023年1月20日
0.1.3 2022年12月30日
0.1.2 2022年7月1日

#358 in 机器学习

每月 24 次下载

MIT 协议

30KB
451

🌟 Star Scraper npm版本 crates.io

CLI工具和GitHub Action,用于获取有关仓库星级和来自该组织成员的星级的某些基本统计信息 👀

  • 使用 org:read 范围创建GitHub PAT(个人访问令牌),并将其设置为$GITHUB_TOKEN环境变量

安装

yarn global add star-scraper
# or
# npm i -g star-scraper
# or
# cargo install star-scraper

star-scraper

使用方法

star-scraper --org <my-github-org> \
             --repo <my-github-repo> \
             --token <my-github-pat> \
             --limit <max-records-to-fetch>
  • --org--repo--token是必需的。
  • --token可以通过GITHUB_TOKEN环境变量作为可选项提供。
  • --limit是可选的,默认为100,000。

作为GitHub action运行

  • 分叉此仓库
  • 在仓库上设置GH_TOKEN actions密钥
  • 手动运行星级关注者报告工作流程

依赖项

~22–36MB
~685K SLoC