Skip to content

AutoResearch/autora-experiment-runner-recruitment-manager-prolific

Repository files navigation

AutoRA Prolific Recruitment Manager

Prolific Recruitment Manager provides functionality to recruit participants via Prolific to set up an experiment runner for AutoRA.

Quickstart Guide

You will need: python >=3.8,<4: https://www.python.org/downloads/

!!! It is recommended to use a python environment manger like virtualenv

Install the package via pip:

pip install "aurora[experiment-runner-recruitment-manager-prolific]"

Test

python -c "from autora.experiment_runner.recruitment_manager.prolific import setup_study"

Dependencies

autora-core