#基于Python实现
编写一个独立的程序,并对其获得的数据可视化。这个程序将使用Web应用程序接口自动请求网站的特定信息,再对这些信息进行可视化。
Write a separate program and visualize the data it gets. This program will use the web application interface to automatically request specific information about the site and then visualize that information.
################################################################################################
Github的API让你能够通过API调用来请求各种信息。
要想知道API调用是什么亚子,可访问:
https://api.github.com/search/repositories?q=language:python&sort=stars
###############################################################################################
#监视API的速率限制
大多数API都存在速率限制,即你在特定时间内可执行的请求数存在限制。要获悉你是否接近了GitHub的限制,可在浏览器中输入: