{"id":44800663,"url":"https://github.com/firkemancer/commander2tts","last_synced_at":"2026-02-28T02:48:23.397Z","repository":{"id":338780813,"uuid":"1158749356","full_name":"firkemancer/commander2tts","owner":"firkemancer","description":"Simple SPA to import Moxfield MTG Commander decklists, tweak alternate card artworks and export into Tabletop Simulator compatible .JSON format","archived":false,"fork":false,"pushed_at":"2026-02-16T19:44:12.000Z","size":516,"stargazers_count":0,"open_issues_count":16,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-16T19:47:00.956Z","etag":null,"topics":["javascript","json","magic-the-gathering","mtg","spa","tabletop-simulator"],"latest_commit_sha":null,"homepage":"https://firkemancer.github.io/commander2tts/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/firkemancer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-02-15T21:20:32.000Z","updated_at":"2026-02-16T19:43:20.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/firkemancer/commander2tts","commit_stats":null,"previous_names":["firkemancer/commander2tts"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/firkemancer/commander2tts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/firkemancer%2Fcommander2tts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/firkemancer%2Fcommander2tts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/firkemancer%2Fcommander2tts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/firkemancer%2Fcommander2tts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/firkemancer","download_url":"https://codeload.github.com/firkemancer/commander2tts/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/firkemancer%2Fcommander2tts/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29809137,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-24T22:43:48.403Z","status":"online","status_checked_at":"2026-02-25T02:00:07.329Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["javascript","json","magic-the-gathering","mtg","spa","tabletop-simulator"],"created_at":"2026-02-16T13:18:02.558Z","updated_at":"2026-02-25T03:01:00.626Z","avatar_url":"https://github.com/firkemancer.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# COMMANDER2TTS - Import Moxfield MTG Commander decklists into Tabletop Simulator\n\nCommander2TTS is a simple SPA to import Moxfield MTG Commander decklists, tweak alternate card artworks and export decks into Tabletop Simulator compatible .JSON format.  \nYou don't need to setup anything! Just visit [Commander2TTS](https://firkemancer.github.io/commander2tts) for the latest build!  \nFor nightly versions you'll need to host it locally, check the [Quick Start](https://github.com/firkemancer/commander2tts?tab=readme-ov-file#quick-start) guide.\n\n## Features\n\n- Import decks from Moxfield\n- Import decks from Tabletop Simulator's Custom Object JSON file\n  - also compatible with JSON files exported from frogtown.me\n- Manually search and add/remove cards\n- Choose alternate card art\n- Use custom image URLs (both alternate card art and back card art)\n- Multiple deck management\n- Export to Tabletop Simulator's custom object JSON format\n- Local storage (no account needed)\n\n## Quick Start\n\nSimply clone the repository and run one of the following:\n\n```bash\n# Windows: Double-click start_server.py\n# Or from command line:\npython start_server.py\n\n# Linux/Mac:\npython3 start_server.py\n\n# Linux - Bash Script:\n./start_server.sh\n```\n\nThe browser will open automatically to `http://localhost:8000/index.html`\n\n### Manual Python Command\n```bash\ncd /path/to/folder\npython -m http.server 8000  # Windows\npython3 -m http.server 8000  # Linux/Mac\n# Then open browser to: http://localhost:8000/index.html\n```\n\n## Why Do I Need a Server?\n\nThe HTML file needs to run on a web server (not just opened directly) because:\n- **CORS restrictions**: Browsers block API requests from `file://` URLs\n- **Moxfield import**: The Moxfield API import requires proper HTTP origin headers\n- **Better compatibility**: Many features work better when served over HTTP\n\n---\n\n**Note**: Your deck data is saved in your browser's localStorage. It persists between sessions but is tied to the `localhost:8000` origin. If you change ports, you'll need to re-import your decks.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffirkemancer%2Fcommander2tts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffirkemancer%2Fcommander2tts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffirkemancer%2Fcommander2tts/lists"}