CrowdLib: A Python Toolkit for Working with Mechanical Turk¶
Contents¶
- Mechanical Turk Concepts
- crowdlib_settings.py
- Examples
- Minimal complete example
- Change to production mode
- Post a HIT using question fields
- Post a HIT using an external site
- Post a HIT using XML
- Post a HIT using unrestricted HTML (hosted by AMT)
- Watch status of ongoing work
- Fetch all assignments for a HITType and print to console
- Fetch all assignments for a HITType and save as an Excel-friendly report
- Review (approve / reject) assignments
- Use an agreement as a qualification requirement
- Send a worker a bonus
- Send a worker an email
- Reject all work from a particular worker
- Cancel all HITs
- Cancel a single HIT
- API Reference
- Limitations