The project contains code to interact with the Prolific survey via the API. The project can help you to create a Human Intelligence Task on the Prolific and can help you to approve in bulk users.
The project has multiple standalone programs:
- automate-HIT.py-> To create a survey automatically.
- bulk-approve.py/bulk-reject.py -> To bulk approve or reject the user submissions.
- check-submissions.py -> Check a particular user submission by the Id.
- list-submissions.py -> to list all the submissions for the particular HIT.
- transition-survey.py -> It helps you to start, pause or stop the survey.
To use these programs, you should install the AUTH_TOKEN in your environment variable.