This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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 |