Ruby 亚马逊图书搜索
有人有一个好的 Ruby 脚本可以使用他们的 API 在 Amazon 上查找书籍(或其他产品)吗?
Does anybody have a good Ruby script for finding books (or other products) on Amazon using their API?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我一直在使用 Amazon/ECS 并取得了巨大成功。 重要的一点是它不是 GPL(而 Ruby/AWS 似乎是),所以如果它对您来说很重要,请小心。
以下是一个示例:
您可能还想查看一些集成示例 Mephisto 博客系统。
干杯!
I've been using Amazon/ECS with great success. One important point is that it's not GPLed (whereas Ruby/AWS seems to be), so if it's important in your case, take care.
Here is a sample:
You may also want to have a look at some example of integration with the Mephisto blogging system.
cheers!
我想这种脚本必须使用 Ruby/AWS,就像这样 测试。
这里有一个快速介绍。
您有一个涉及搜索书籍的完整示例。
I suppose that kind of script would have to use Ruby/AWS, like this test.
You have here an quick introduction.
And you have there a full example involving searching books.
VonC 的第三个链接是部分答案。 它引导我到 ruby-aaws(注意 - 与 ruby-aws 不同)。
然后我找到了这篇博客文章并附有使用它的示例。
VonC's third link was a partial answer. It led me to ruby-aaws (note - different from ruby-aws).
I then found this blog post with an example of using it.