Skip to content

guygrigsby/mtgfail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

100 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conversions to Table Top Simulator

For now We can only convert to TableTop Simulator format from deckbox.org, tappedout.net and basic text. The images are from scryfall and it just pulls the first one returned. I think that defaults to first printing.

tappedout.net

curl https://api.mtg.fail/\?deck\=https://tappedout.net/mtg-decks/22-01-20-kess-storm

deckbox.org

curl https://api.mtg.fail/\?deck\=https://deckbox.org/sets/2548127

Basic text

curl -X POST https://api.mtg.fail -H 'Content-Type: text/plain' --data-binary @deck.txt where deck.txt contents is in this format

Pro tip

I curl and output right to the TTS library directory.

curl https://api.mtg.fail/\?deck\=https://tappedout.net/mtg-decks/22-01-20-kess-storm/ > ~/Library/Tabletop\ Simulator/Saves/Saved\ Objects/testing/tappedout.json

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors