亚马逊 Mechanical Turk API。从 PHP 创建 HIT 的示例
我需要使用 PHP 中的 Amazon Mechanical Turk API 创建 HIT。官方文档中没有示例,也没有 PHP 库或 SDK。有谁知道该怎么做?感谢任何类型的帮助,PHP 示例会很棒。
I need to create a HIT using the Amazon Mechanical Turk API from PHP. There's no examples at the official documentation and no PHP librearies or SDK. Does anyone know how to do this? any kind of help is appreciated, a PHP example will be great.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
AMT 的完整 API 如下:
http://www.phpclasses.org/package/7196-PHP-Setup-crowdcommerce-tasks-with-Mechanical-Turk-API.html
A complete API for AMT appears here:
http://www.phpclasses.org/package/7196-PHP-Setup-crowdsourcing-tasks-with-Mechanical-Turk-API.html
这是一个老问题了,但是如果其他人通过 Google 搜索找到它(就像我一样),这里是 Turk 的另一个 PHP 库。我还没有尝试过,YMMV:
https://github.com/jackbot/PHP-机械土耳其人
This is an old question by now, but in case others find it via Google search (as I did), here is another PHP library for Turk. I haven't tried it yet, and YMMV:
https://github.com/jackbot/PHP-Mechanical-Turk
斯坦福大学的 CS50 课程产生了 Turk50,它“支持 Mechanical Turk 的整个 API”,本质上是 AMT 的包装器SOAP 接口,
Stanford's CS50 course produces Turk50, it "supports the entirety of Mechanical Turk's API" and is essentially a wrapper for AMT's SOAP interface,