How to retrieve data from the Github API in a python script?
我对任何类型的Web编程都比较陌生,需要帮助从Github搜索API收集数据。如何在https://api.github.com/search/users上获取数组?Q=tom+repos%3e42+追随者:%3e1000从脚本中?或者使用get/search/user?
我会按照users[num_users]=get api.github.con/search/users的路线做些什么吗?
GitHub API返回一个对象数组(我相信是JSON?).
非常感谢!
为什么要自己滚?使用预建模块:
1 | https://github.com/PyGithub/PyGithub |
https://developer.github.com/libraries中的python API列表/
1 2 3 4 5 6 7 8 9 10 | PyGithub Pygithub3 libsaas github3.py sanction agithub githubpy octohub Github-Flask torngithub |
号