So many more Frame.work releases over the past few months; open-source BIOS, main board specs & case STLs and more…
I’m wanting to grab all Frame.work GitHub info, which I know how to scrape - but I’m wondering if Frame.work has any source for all the www how-tos (or a full service manual) that pop up when you scan the various QR codes. Before I scrape all, do you know of any Frame.work service manual available with all that data?
The list of guides can be found in the resulting json object: d['guides'] and each guide url can be found in d['guides'][i]['url'].
You’ll notice that each guide also has a Download PDF option under the Options menu on the top-right corner. After a cursory inspection of the API, it doesn’t look like there’s a way to directly request this PDF. However it wouldn’t be too difficult to automate parsing the result of the above API call for the link, navigate to it, and download the PDF.
I found the API and was able to archive all the guides and even the entire support webpage - completely awesome API and open for all to see. I now have an offline archive to use IF there were ever a need.