aluhrs13 / TheMiniIndex

Crowd-sourced library of 3d models (minis, terrain, scatter, etc.) for D&D, Pathfinder, and other tabletop games.
https://www.TheMiniIndex.com/
25 stars 5 forks source link

Please add prusaprinters.org as a source website. #218

Closed TheRooster13 closed 3 years ago

TheRooster13 commented 3 years ago

Thingiverse is so unreliable lately. I've changed where I upload.

anaximander23 commented 3 years ago

A quick poke around revealed a GraphQL backend that we could use; https://www.prusaprinters.org/graphql/ is the URL. Example query below.

image

Doesn't seem to require an API key, but I'd consider implementing a rate limit just to be nice.

aluhrs13 commented 3 years ago

Prusa is next on the list for when I get time, it's a bit harder than most. I'm part-way through hacking together a query that works so I don't have to pull in an entire GraphQL library.

aluhrs13 commented 3 years ago

@TheRooster13 - PrusaPrinters support is now done! I'll note here and maybe in a couple other places, that duplicate detection across sites doesn't exist, so if there's a mini on multiple sites (most notably a problem for mz4250's models) it'll show up twice if added from both sources for now.