如何通过在python中输入ISBN号来获取书籍凭证?

时间:2018-02-15 10:47:52

标签: python python-3.x google-api network-programming google-books

所以我基本上对python编程很新。我的老师让我制作一个程序,从谷歌书籍中获取书籍信息。所以基本上你只需运行一个带有ISBN号作为输入的python文件。输入数字后,我老师想要的输出是:书名,作者,出版商和书籍的发行日期。

This is the picture of output I need to get. Judul is title, pengarang is author, penerbit is a publisher, and tanggal is the date

我的老师给了我一些提示,我可以使用已经由python3编写的json库。我已经有了googleapis密钥,但我在这个过程中失去了接下来要做的事情。请有人帮我解决这个问题吗?谢谢

1 个答案:

答案 0 :(得分:0)

请检查请求库,以便从网上获取所需数据。

以下链接会有所帮助;

http://docs.python-requests.org/en/master/