📃
AutoMan
  • Introduction
  • Getting Started
    • Installing Prerequisites
    • Tutorial: Obtain Mechanical Turk Credentials
    • Tutorial: Create an AutoMan Project
    • Tutorial: Write and Run Your First App
    • Pro Tip: Use the MTurk Sandbox
    • AutoMan Memoizer
    • Cleaning Up
  • Technical Documentation
    • What is AutoMan?
    • Getting AutoMan
    • Quick Start Guide
    • AutoMan API Reference
    • Papers
  • Press
  • Bugs / Source / Building
  • License
Powered by GitBook
On this page

Was this helpful?

  1. Getting Started

Tutorial: Obtain Mechanical Turk Credentials

PreviousInstalling PrerequisitesNextTutorial: Create an AutoMan Project

Last updated 4 years ago

Was this helpful?

To use AutoMan, you will need an Amazon Mechanical Turk account. If you already have one, and you know your secret and access keys, you may skip ahead to .

  1. Go to .

  2. Click on the button "Get Started with Amazon Mechanical Turk."

  3. Click on the button "Create a Requester Account."

  4. Follow the instructions for registering an account.

  5. Once you have an MTurk account, you will need to go to the page . Follow the steps on that page up to and including Step 3. Once you link your AWS account to your MTurk account, it is important to save a copy of your AWS access keys somewhere PRIVATE . To reiterate, you do not need to perform steps 4 ("Download an AWS Software Development Kit") or 5 ("Make Your First API Call").

As of the time of this writing, step 3 above leads to a "Looking for something?" error page on MTurk. I have reported the broken link to Amazon, but in the meantime, look at the top of the error page for the link (or just click on my link).

You will need your MTurk "access key" and "secret access key" to use AutoMan; I call these "MTurk credentials" from here on. Note that, for security reasons, if you lose your MTurk credentials, you cannot retrieve them from Amazon a second time. Instead you will need to regenerate them.

Your keys should look something like:

access key: AKIA5KJ00DF3H&KJ2B9N
secret key: qGCCxrnAUlvW12KRuuCo5i5m80ptEVclf7kjAbsK

You are strongly cautioned not to store your MTurk credentials (or any other password-like information) on any publically-accessible site, especially GitHub. The author of this article personally knows someone who accidentally stored their passwords in GitHub, and later discovered that cyber-criminals had used that information to drain money out of their account! Be careful!

🔏
Tutorial: Create an AutoMan Project
https://www.mturk.com/
Getting Started as an Amazon Mechanical Turk Developer
Create an Account