Skip to content

Instantly share code, notes, and snippets.

View WalczRobert's full-sized avatar

Rob Walczak WalczRobert

  • Des Moines, Iowa
  • 16:04 (UTC -06:00)
View GitHub Profile
@deliriyum
deliriyum / 1_mmf_download_metadata.sh
Last active January 24, 2026 17:34
MyMiniFactory Model Downloader
#!/bin/bash
# MyMiniFactory Model Metadata Downloader
# Downloads JSON metadata for a list of model IDs from MyMiniFactory API
# This is STEP 1 - run this first to get model metadata, then use the STL downloader
#
# Prerequisites:
# 1. Create model_ids.txt with one model ID per line (no commas, no spaces)
# 2. Valid MyMiniFactory session cookie
# 3. Models must be owned/accessible by your account