Cramer Downloader
Download all your graded Crowdmark assessments.
Download crowdmark_downloader.pySteps
- 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
Log in to Crowdmark.
- 4
Run the script.
python3 crowdmark_downloader.py - 5
Find your PDFs in `crowdmark_assessment_pdfs`.
FAQ
- Chrome isn't accepting the WebSocket connection...????
- Open
chrome://inspect/#remote-debuggingin Chrome and confirm remote debugging is enabled, then rerun the script.