views:

469

answers:

3

Hello, does anybody know of any tutorials/resources that discuss integrating Amazon's Mechanical Turk and Rails? (besides those resources that Amazon already provides)

Thanks!

A: 

RTurk is incomplete, but looks promising.

+1  A: 

I've updated RTurk and continued development, it should work for most jobs. Here's a little tutorial I wrote up on it - http://squarepush.com/ps/2009/08/11/mechanical-turk-in-ruby/

I'll be doing a more rails specific one in the next few days.

A: 

You can take a look at my gem Turkee. Built on top of RTurk, should help streamline the creation of external forms and importing the worker entered data back into your models.