Cramer Downloader

Download all your graded Crowdmark assessments.

Download crowdmark_downloader.py

Steps

  1. 1

    Install the dependencies.

    python3 -m pip install playwright tqdm
  2. 2

    Open Chrome with remote debugging enabled.

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

    Log in to Crowdmark.

  4. 4

    Run the script.

    python3 crowdmark_downloader.py
  5. 5

    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.