github-rank icon indicating copy to clipboard operation
github-rank copied to clipboard

获取 GitHub 仓库的 Used By 的数据。

Open jaywcjlove opened this issue 3 years ago • 1 comments

curl -v --silent "https://github.com/apache/hadoop/network/dependents?package_id=UGFja2FnZS0xNzk5NzA2ODI%3D" 2>&1 | grep -i -B1 "Repositories" | tr '\r\n' ' ' | tr -s ' ' | grep -o "\s[0-9].*[0-9]*\s"

https://github.community/t/how-can-i-get-the-used-by-count-by-github-api/181897/3

jaywcjlove avatar Jan 08 '22 07:01 jaywcjlove