curtischong / crowdmark-downloader

Download all assessments on Crowdmark as HTML files (with TA annotations)
1 stars 2 forks source link

Offline use #4

Open CicadaCinema opened 4 months ago

CicadaCinema commented 4 months ago

In its current state, this downloader fetches an html file which is dependent on external resources, most importantly a CSS stylesheet and images (this may be different depending on the filetype initially submitted onto crowdmark). So without these resources, blocking all network connections (to simulate losing access to crowdmark), the download is not very useful at least for me (my submissions are all in the form of images).

Are you willing to accept patches which attempt to download these external resources? I am aware that you probably cannot test this - so I am just asking in general relating to the status of the project.

curtischong commented 4 months ago

oh wow. that's a pretty big oversight. I'll accept patches to the code! I just logged into crowdmark and verified that I still have access fortunately. So I'll test it

CicadaCinema commented 2 months ago

Also note that it looks like someone else has done the work of making this script save images locally: https://github.com/wu-benjamin/crowdmark-downloader

curtischong commented 2 months ago

wow! thank you for submitting the PR. I'll take a look sometime this week