如何以编程方式从书名和作者获取 ISBN 号?

发布于 2024-10-15 17:27:53 字数 81 浏览 3 评论 0原文

有没有办法以编程方式(最好是用Python)从书名和作者中获取ISBN号?

亚马逊是否为此提供网络服务?如果可以的话,如何使用它呢?

Is there a way to get ISBN number from the title of the book and author programmatically (preferably in Python)?

Does Amazon provide web services for this? If so, how can one use it?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

星星的轨迹 2024-10-22 17:27:53

您可以查看亚马逊产品广告 API(顺便说一句它要求您拥有 AWS 帐户),它提供了查找书籍的可能性,可能适合您的情况。

或者,您可以阅读 Amazon API:如何获取书籍的图像 - 描述了如何获取书籍的图像,但与该信息一起您将获得 ASIN,维基百科中的 10 位数字与 ISBN 相同。该示例是用 PHP 编写的,但我确信您可以将其移植到 Python。另一方面,使用 Python 访问亚马逊的产品广告 API 为您提供了代码示例来访问使用 Python 的 AWS(但没有对那里发生的事情进行很好的描述,就像那些关于 AWS+PHP 的文章一样,我建议您阅读它们以更好地理解)

这里是您可以尝试替代 Amazon API 的服务列表。

You can take a look at this Amazon Product Advertising API (btw it demands you to have as AWS account), it provides possibility to look for book, probably in your case it will fit.

Alternatively you can read Amazon API: How To Get A Book’s Image - there is described how to get image of book, but together with that information you get ASIN, and as written in Wikipedia for 10 digits it is the same as ISBN. That example was written in PHP, but I'm sure you can port it to Python. On the other hand, Accessing Amazon’s Product Advertising API with Python gives you code sample to access AWS using Python (but without such a good description of what is going on there, as those articles about AWS+PHP, I advice you to read them for better understanding)

Here is a list of services you can try as alternative to Amazon API.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文