Simple server for rapidly prototyping Mechanical Turk interfaces
Project description
Simple server for rapidly prototyping Mechanical Turk interfaces.
ProtoTurk provides a Bottle-based webserver for rapidly prototyping Mechanical Turk interfaces. ProtoTurk takes Mechanical-Turk compatible HTML templates and CSV files as arguments:
prototurk [--host hostname] [--port port_number] html_file csv_file
and starts a webserver that, by default, listens on localhost port 8080. ProtoTurk re-reads the HTML template and CSV file from disk with every page refresh. When a user submits the HTML template’s form, the form parameters are logged to stdout.
ProtoTurk does not save any data to database or disk. If you need to run a Mechanical Turk-style server in your Local Environment, please take a look at Turkle.
ProtoTurk can be installed using:
python setup.py install
Or from PyPI:
pip install prototurk
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file prototurk-0.3.1.tar.gz
.
File metadata
- Download URL: prototurk-0.3.1.tar.gz
- Upload date:
- Size: 134.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
4823a574d90b452d99bbf8d203bd955bb0b1a2f45c82fb4233193f9268be468f
|
|
MD5 |
b133c96364d6961ac3b89963bfdb9aa0
|
|
BLAKE2b-256 |
abc67eaf7d1b242794f12901968ee46d9dd8cd3bddfea68cb5eadfba94e5083c
|