Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ctrlcctrlv/mturk-python
/ functions
Functions
11 in github.com/ctrlcctrlv/mturk-python
⨍
Functions
11
◇
Types & classes
2
↓ 1 callers
Method
__init__
Use mturk_config_file to set config dictionary. Update the config dictionary with values from mturk_config_dict (if present).
mturk/mturk.py:33
↓ 1 callers
Method
_find_item
(self, obj, key)
mturk/mturk.py:145
↓ 1 callers
Method
_flatten
(self, obj, inner=False)
mturk/mturk.py:76
↓ 1 callers
Method
_generate_signature
(self, operation, timestamp, secret_access_key)
mturk/mturk.py:69
↓ 1 callers
Method
_generate_signature_python2
(self, operation, timestamp, secret_access_key)
mturk/mturk.py:57
↓ 1 callers
Method
_generate_signature_python3
(self, operation, timestamp, secret_access_key)
mturk/mturk.py:62
↓ 1 callers
Method
_generate_timestamp
(self, gmtime)
mturk/mturk.py:54
↓ 1 callers
Method
get_response_element
(self, element)
mturk/mturk.py:153
Method
__init__
(self, response, xml=None)
mturk/mturk.py:138
Method
external_form_action
Return URL to use in the External question and HTML question form submit action.
mturk/mturk.py:130
Method
request
Create a Mechanical Turk client request. Unlike other libraries (thankfully), my help ends here. You can pass the operation (view the list here: http:
mturk/mturk.py:92