# Basic example for running MTurk data collection against a Space # For more information see https://docs.aws.amazon.com/mturk/index.html import boto3 from boto.mturk.question import HTMLQuestion from config import MTURK_KEY, MTURK_SECRET MTURK_REGION = "us-east-1" MTURK_SANDBOX = "https://mturk-requester-sandbox.us-east-1.amazonaws.com" mturk = boto3.client( "mturk", aws_access_key_id=MTURK_KEY, aws_secret_access_key=MTURK_SECRET, region_name=MTURK_REGION, endpoint_url=MTURK_SANDBOX, ) # The + in the URL makes the Space easily embeddable in an iframe question = HTMLQuestion( """