jmtd → log → printables.com feed
I wanted to follow new content posted to Printables.com with a feed reader, but Printables.com doesn't provide one. Neither do the other obvious 3d model catalogues. So, I started building one.
I have something that spits out an Atom feed and a couple of beta testers gave me some valuable feedback. I had planned to make it public, with the ultimate goal being to convince Printables.com to implement feeds themselves.
Meanwhile, I stumbled across someone else who has done basically the same thing. Here are 3rd party feeds for
- trending - https://dyn.tedder.me/rss/printables/trending.json
- top rated - https://dyn.tedder.me/rss/printables/top_rated.json
- top downloads - https://dyn.tedder.me/rss/printables/top_downloads.json
The format of their feeds is JSON-Feed, which is new to me. FreshRSS and NetNewsWire seems happy with it. (I went with Atom.) I may still release my take, if I find time to make one improvmment that my beta-testers suggested.
Comments
You may find this useful: https://github.com/andrewshadura/rssgen
I found the base for this when I needed to generate an RSS feed for a website that didn’t have one; I ended up extending it to make it work in my case.