您好,登錄后才能下訂單哦!
AkShare怎樣處理GitHub接口,針對這個問題,這篇文章詳細介紹了相對應的分析和解答,希望可以幫助更多想解決這個問題的小伙伴找到更簡單易行的方法。
接口: tool_github_star_list
目標地址: https://api.github.com/graphql
描述: 獲取具體 GitHub 上某個 Repo 的 Star 用戶列表
限量: 單次返回本 Repo 的所有 Star 用戶,由于 API 限制,大型項目速度慢
輸入參數
名稱 | 類型 | 必選 | 描述 |
---|---|---|---|
word | str | Y | owner="PiotrDabkowski"; owner of the repo; https://github.com/PiotrDabkowski/Js2Py |
indicator | str | Y | name="Js2Py"; repo name; https://github.com/PiotrDabkowski/Js2Py |
輸出參數
名稱 | 類型 | 默認顯示 | 描述 |
---|---|---|---|
- | - | - | a list of username |
接口示例
import akshare as akresult_list = ak.tool_github_star_list(owner="PiotrDabkowski", name="Js2Py")print(result_list)
數據示例
['ai-rex', 'paranoidi', 'kwcto', 'CoolOppo', ---]
接口: tool_github_email_address
目標地址: https://api.github.com/graphql
描述: 獲取 GitHub 上用戶的郵箱地址
限量: 單次返回具體用戶的郵箱, 若該用戶沒用郵箱, 則返回空值, 注意 IP 提取限制
輸入參數
名稱 | 類型 | 必選 | 描述 |
---|---|---|---|
username | str | Y | username="PiotrDabkowski"; owner of the repo; https://github.com/PiotrDabkowski/Js2Py |
輸出參數
名稱 | 類型 | 默認顯示 | 描述 |
---|---|---|---|
- | - | - | the email address of the user |
接口示例
import akshare as akaddress = ak.tool_github_email_address(username="lateautumn4lin")print(address)
數據示例
hanqiulun1123@gmail.com
關于AkShare怎樣處理GitHub接口問題的解答就分享到這里了,希望以上內容可以對大家有一定的幫助,如果你還有很多疑惑沒有解開,可以關注億速云行業資訊頻道了解更多相關知識。
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。