Crowdmark Downloader

Download all your graded Crowdmark assessments as PDFs through an existing Chrome session.

Get the Script

Download Script

How to Use

1

Install the dependencies.

python3 -m pip install playwright tqdm
2

Open Chrome with remote debugging enabled.

"/Applications/Google Chrome.app/Contents/MacOS/Google Chrome" --remote-debugging-port=9222
3

Sign in to Crowdmark.

4

Run the downloader from this folder.

python3 crowdmark_downloader.py
05

Find your PDFs in crowdmark_assessment_pdfs.

FAQ

Chrome isn't accepting the WebSocket connection...????

Open chrome://inspect/#remote-debugging in Chrome and confirm remote debugging is enabled, then rerun the script.