gpt4 book ai didi

github-api - 获取 GitHub Gist Stargazer 计数

转载 作者:行者123 更新时间:2023-12-03 16:43:10 26 4
gpt4 key购买 nike

我可以用这个来获得存储库观星者的数量。

curl https://api.github.com/repos/mottosso/be/stargazers

但是我怎样才能得到 Gist 的观星者呢?

例如
curl https://api.github.com/gists/mottosso/9b25f547d5364f050494/stargazers

最佳答案

这似乎不能直接在要点上获得。
您可以 check if a gist is starred ,但像 richardcornish/file-git-notes 这样的星号要点不包括在其描述中的星星。

https://api.github.com/gists/4676556

那会让你报废 https://gist.github.com/richardcornish/4676556/stars页面以获得“36”(该要点的总星数)。

那个计数器的 xpath 不是一个明显的

//div[@id='js-flash-container']/
div[@class='container']/
div[@class='gist js-gist-container gist-with-sidebar with-full-navigation']/
div[@class='gist-sidebar clearfix']/
div[@class='sunken-menu vertical-right repo-nav js-repo-nav js-repository-container-pjax js-octicon-loaders']/
div[@class='sunken-menu-contents']/
ul[@class='sunken-menu-group']/
li[@class='tooltipped tooltipped-w'][3]/
a[@class='sunken-menu-item selected']/
span[@class='counter']

关于github-api - 获取 GitHub Gist Stargazer 计数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31199470/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com