sboulema / ManaBoxImporter

Transform a Magic the Gathering Arena collection export made with mtga-tracker-daemon to a ManaBox compatible import

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ManaBox Importer

A console application to transform a Magic the Gathering Arena collection export made with the MTG Arena Pro Tracker to a ManaBox compatible import.

Example

dotnet run -- -s <path to Scryfall json file>

Arguments

Name Value Required Description
-s, --scryfall True Path to json file containing all cards from Scryfall
-o, --output False Path to the folder where the collection and log files will be exported
-l, --log False Enable writing errors to log file

Usage

Prerequisites

  1. Install the MTG Arena Pro Tracker
  2. Start MTG Arena
  3. Enable detailed logging in MTG Arena
  4. Start MTG Arena Pro Tracker
  5. Wait for the tracker to export data to the Player log
  6. Download the Scryfall 'Default Cards' json from: Scryfall Bulk Data

Exporting collection

  1. Run ManaBox Importer with the path to the Scryfall json file
  2. Collection will be exported as csv file to the given output folder or a temp folder
  3. Import csv file into ManaBox
  4. Happy deck building!

Links

Disclaimer

This application is not produced, endorsed, supported, or affiliated with SkillDevs.

About

Transform a Magic the Gathering Arena collection export made with mtga-tracker-daemon to a ManaBox compatible import

License:MIT License


Languages

Language:C# 100.0%