Skip to content

Commit

Permalink
Updates may 7 (#171)
Browse files Browse the repository at this point in the history
* Add product IDs
* Fix up product loading script
* Update .gitignore
  • Loading branch information
axxroytovu authored May 8, 2024
1 parent e0bf36f commit 6beb61c
Show file tree
Hide file tree
Showing 44 changed files with 501 additions and 17 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ mtgJson/
*.log*
.idea/
__pycache__/
data/review_temp.yaml
31 changes: 22 additions & 9 deletions data/ignore.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,28 @@ cardMarket:
719542: 'The Lord of the Rings: Tales of Middle-earth: Nazg\xFBl set'
749047: 'Universes Beyond: Jurassic World Collection: Regular Version 1 Set'
749048: 'Universes Beyond: Jurassic World Collection: Emblem Version 2 Set'
240423: Ears of the Elves Deck
250451: 'Duel Decks: Ajani vs. Nicol Bolas - Ajani Deck (without Ajani)'
250452: 'Duel Decks: Ajani vs. Nicol Bolas - Nicol Bolas Deck (without Nicol Bolas)'
253045: 'Duel Decks: Venser vs. Koth - Venser Deck (without Venser)'
253046: 'Duel Decks: Venser vs. Koth - Koth Deck (without Koth)'
257391: 'Duel Decks: Duel Decks: Izzet vs. Golgari - Jarad Deck (without Jarad)'
257392: 'Duel Decks: Duel Decks: Izzet vs. Golgari - Niv-Mizzet Deck (without Niv-Mizzet)'
261014: 'Duel Decks: Sorin vs. Tibalt - Sorin Deck (without Sorin)'
261015: 'Duel Decks: Sorin vs. Tibalt - Tibalt Deck (without Tibalt)'
272168: 'Euro Lands: Red Booster'
272169: 'Euro Lands: Blue Booster'
272170: 'Euro Lands: Purple Booster'
273264: Arena League Promos 1996 Basic Land Pack
273265: Arena League Promos 1999 Basic Land Pack
273266: Arena League Promos 2000 Basic Land Pack
273267: Arena League Promos 2001 Basic Land Pack
273268: Arena League Promos 2003 Basic Land Pack
273269: Arena League Promos 2004 Basic Land Pack
273270: Arena League Promos 2005 Basic Land Pack
278032: Arena League Promos 2006 Basic Land Pack
364536: 'Creature Forge: Overwhelming Swarm Booster Box'
364537: 'Creature Forge: Overwhelming Swarm Booster'
cardTrader:
40785: 'Euro Lands: Blue Booster'
40786: 'Euro Lands: Purple Booster'
Expand All @@ -43,15 +65,6 @@ cardTrader:
167927: 3 Booster Packs +1 Promo Card "Stocking Tiger Misprint" Pack
219706: 'Battle for Baldur''s Gate: Chest of Epic Crossovers'
261717: 'The Lost Caverns of Ixalan: "Treasure Trove" Box Topper'
mcmId:
273264: Arena League Promos 1996 Basic Land Pack
273265: Arena League Promos 1999 Basic Land Pack
273266: Arena League Promos 2000 Basic Land Pack
273267: Arena League Promos 2001 Basic Land Pack
273268: Arena League Promos 2003 Basic Land Pack
273269: Arena League Promos 2004 Basic Land Pack
273270: Arena League Promos 2005 Basic Land Pack
278032: Arena League Promos 2006 Basic Land Pack
tcgplayer:
213397: Ikoria Lair of Behemoths Prerelease Pack plus 2 Ikoria Prize Packs
215918: Core Set 2021 Prerelease Pack plus 2 Core Set 2021 Prize Packs
Expand Down
16 changes: 15 additions & 1 deletion data/products/8ED.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,33 +3,41 @@ products:
Eighth Edition Advanced Booster Pack:
category: BOOSTER_PACK
identifiers:
mcmId: '283068'
tcgplayerProductId: '248193'
release_date: '2015-05-18'
subtype: ADVANCED
Eighth Edition Booster Box:
category: BOOSTER_BOX
identifiers:
cardKingdomId: '1548'
mcmId: '210109'
tcgplayerProductId: '27259'
subtype: DEFAULT
Eighth Edition Booster Pack:
category: BOOSTER_PACK
identifiers:
cardKingdomId: '1555'
mcmId: '210043'
tcgplayerProductId: '27321'
subtype: DEFAULT
Eighth Edition Box Set:
category: BOX_SET
identifiers:
mcmId: '283064'
tcgplayerProductId: '245974'
release_date: '2015-05-18'
subtype: DEFAULT
Eighth Edition Demo Game Booster Pack:
category: BOOSTER_PACK
identifiers:
mcmId: '253802'
tcgplayerProductId: '248192'
subtype: PROMOTIONAL
Eighth Edition Theme Deck Display:
category: DECK_BOX
identifiers: {}
identifiers:
mcmId: '210227'
subtype: THEME
Eighth Edition Theme Deck Expulsion:
category: DECK
Expand Down Expand Up @@ -65,10 +73,16 @@ products:
category: MULTI_DECK
identifiers:
cardKingdomId: '1556'
mcmId: '253816'
tcgplayerProductId: '81797'
subtype: TWO_PLAYER_STARTER
Eighth Edition Two Player Starter Set Display:
category: DECK_BOX
identifiers:
cardKingdomId: '240097'
subtype: TWO_PLAYER_STARTER
Eighth Edition Sampler Booster:
category: BOOSTER_PACK
identifiers:
mcmId: '758891'
subtype: PROMOTIONAL
1 change: 1 addition & 0 deletions data/products/ALA.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ products:
category: DECK
identifiers:
cardKingdomId: '126133'
mcmId: '244170'
tcgplayerProductId: '278891'
subtype: INTRO
Shards of Alara Intro Pack Grixis Undead:
Expand Down
1 change: 1 addition & 0 deletions data/products/ARB.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ products:
category: DECK
identifiers:
cardKingdomId: '127028'
mcmId: '244168'
tcgplayerProductId: '96430'
subtype: INTRO
Alara Reborn Intro Pack Legion Aloft:
Expand Down
1 change: 1 addition & 0 deletions data/products/CON_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ products:
category: DECK
identifiers:
cardKingdomId: '126577'
mcmId: '244160'
tcgplayerProductId: '501362'
subtype: INTRO
Conflux Intro Pack Grixis Shambling Army:
Expand Down
13 changes: 13 additions & 0 deletions data/products/DD1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,18 @@ products:
category: MULTI_DECK
identifiers:
cardKingdomId: '124078'
cardtraderId: '47273'
tcgplayerProductId: '32805'
subtype: DUEL
Duel Deck Elves vs Goblins Elves Deck:
category: DECK
subtype: DUEL
identifiers: {}
Duel Deck Elves vs Goblins Goblins Deck:
category: DECK
subtype: DUEL
identifiers: {}
Duel Deck Elves vs Goblins Display:
category: DECK_BOX
subtype: DUEL
identifiers: {}
15 changes: 15 additions & 0 deletions data/products/DD2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,27 @@ products:
category: MULTI_DECK
identifiers:
cardKingdomId: '110085'
cardtraderId: '47375'
tcgplayerProductId: '32804'
subtype: DUEL
Duel Deck Jace vs Chandra Japanese:
category: MULTI_DECK
identifiers:
cardKingdomId: '132597'
mcmId: '245055'
cardtraderId: '47374'
tcgplayerProductId: '78341'
language: Japanese
subtype: DUEL
Duel Deck Jace vs Chandra Jace Deck:
category: DECK
subtype: DUEL
identifiers: {}
Duel Deck Jace vs Chandra Chandra Deck:
category: DECK
subtype: DUEL
identifiers: {}
Duel Deck Jace vs Chandra Display:
category: DECK_BOX
subtype: DUEL
identifiers: {}
42 changes: 41 additions & 1 deletion data/products/DD3.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,48 @@
code: dd3
products:
Duel Deck Anthology:
category: DECK_BOX
category: MULTI_DECK
identifiers:
cardKingdomId: '197095'
tcgplayerProductId: '94108'
subtype: DUEL
Duel Deck Anthology Chandra Deck:
category: DECK
identifiers:
mcmId: '270805'
subtype: DUEL
Duel Deck Anthology Demonic Deck:
category: DECK
identifiers:
mcmId: '270807'
subtype: DUEL
Duel Deck Anthology Divine Deck:
category: DECK
identifiers:
mcmId: '270806'
subtype: DUEL
Duel Deck Anthology Elves Deck:
category: DECK
identifiers:
mcmId: '270802'
subtype: DUEL
Duel Deck Anthology Garruk Deck:
category: DECK
identifiers:
mcmId: '270808'
subtype: DUEL
Duel Deck Anthology Goblins Deck:
category: DECK
identifiers:
mcmId: '270803'
subtype: DUEL
Duel Deck Anthology Jace Deck:
category: DECK
identifiers:
mcmId: '270804'
subtype: DUEL
Duel Deck Anthology Liliana Deck:
category: DECK
identifiers:
mcmId: '270809'
subtype: DUEL
13 changes: 13 additions & 0 deletions data/products/DDC.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,18 @@ products:
category: MULTI_DECK
identifiers:
cardKingdomId: '126713'
cardtraderId: '47379'
tcgplayerProductId: '32807'
subtype: DUEL
Duel Deck Divine vs Demonic Divine Deck:
category: DECK
subtype: DUEL
identifiers: {}
Duel Deck Divine vs Demonic Demonic Deck:
category: DECK
subtype: DUEL
identifiers: {}
Duel Deck Divine vs Demonic Display:
category: DECK_BOX
subtype: DUEL
identifiers: {}
13 changes: 13 additions & 0 deletions data/products/DDD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,18 @@ products:
category: MULTI_DECK
identifiers:
cardKingdomId: '128320'
cardtraderId: '47444'
tcgplayerProductId: '32806'
subtype: DUEL
Duel Deck Garruk vs Liliana Garruk Deck:
category: DECK
subtype: DUEL
identifiers: {}
Duel Deck Garruk vs Liliana Liliana Deck:
category: DECK
subtype: DUEL
identifiers: {}
Duel Deck Garruk vs Liliana Display:
category: DECK_BOX
subtype: DUEL
identifiers: {}
13 changes: 13 additions & 0 deletions data/products/DDE.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,18 @@ products:
category: MULTI_DECK
identifiers:
cardKingdomId: '130367'
cardtraderId: '47464'
tcgplayerProductId: '78335'
subtype: DUEL
Duel Deck Phyrexia vs the Coalition Phyrexia Deck:
category: DECK
subtype: DUEL
identifiers: {}
Duel Deck Phyrexia vs the Coalition The Coalition Deck:
category: DECK
subtype: DUEL
identifiers: {}
Duel Deck Phyrexia vs the Coalition Display:
category: DECK_BOX
subtype: DUEL
identifiers: {}
16 changes: 16 additions & 0 deletions data/products/DDF.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,21 @@ products:
category: MULTI_DECK
identifiers:
cardKingdomId: '131983'
cardtraderId: '47530'
tcgplayerProductId: '78338'
subtype: DUEL
Duel Deck Elspeth vs Tezzeret Elspeth Deck:
category: DECK
identifiers:
mcmId: '245320'
subtype: DUEL
Duel Deck Elspeth vs Tezzeret Tezzeret Deck:
category: DECK
identifiers:
mcmId: '245321'
subtype: DUEL
Duel Deck Elspeth vs Tezzeret Display:
category: DECK_BOX
identifiers:
mcmId: '245322'
subtype: DUEL
13 changes: 13 additions & 0 deletions data/products/DDG.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,18 @@ products:
category: MULTI_DECK
identifiers:
cardKingdomId: '184203'
cardtraderId: '47594'
tcgplayerProductId: '78342'
subtype: DUEL
Duel Deck Knights vs Dragons Knights Deck:
category: DECK
subtype: DUEL
identifiers: {}
Duel Deck Knights vs Dragons Dragons Deck:
category: DECK
subtype: DUEL
identifiers: {}
Duel Deck Knights vs Dragons Display:
category: DECK_BOX
subtype: DUEL
identifiers: {}
17 changes: 17 additions & 0 deletions data/products/DDH.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,22 @@ products:
category: MULTI_DECK
identifiers:
cardKingdomId: '185510'
cardtraderId: '47657'
mcmId: '250453'
tcgplayerProductId: '48162'
subtype: DUEL
Duel Deck Ajani vs Nicol Bolas Display:
category: DECK_BOX
identifiers:
mcmId: '250459'
subtype: DUEL
Duel Deck Ajani vs Nicol Bolas Nicol Bolas Deck:
category: DECK
identifiers:
mcmId: '250454'
subtype: DUEL
Duel Deck Ajani vs Nicol Bolas Ajani Deck:
category: DECK
identifiers:
cardtraderId: '47659'
subtype: DUEL
15 changes: 15 additions & 0 deletions data/products/DDI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,18 @@ products:
cardKingdomId: '186634'
tcgplayerProductId: '58055'
subtype: DUEL
Duel Deck Venser vs Koth Display:
category: DECK_BOX
identifiers:
mcmId: '253049'
subtype: DUEL
Duel Deck Venser vs Koth Koth Deck:
category: DECK
identifiers:
mcmId: '253048'
subtype: DUEL
Duel Deck Venser vs Koth Venser Deck:
category: DECK
identifiers:
mcmId: '253047'
subtype: DUEL
15 changes: 15 additions & 0 deletions data/products/DDJ.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,18 @@ products:
cardKingdomId: '187967'
tcgplayerProductId: '60128'
subtype: DUEL
Duel Deck Izzet vs Golgari Display:
category: DECK_BOX
identifiers:
mcmId: '257395'
subtype: DUEL
Duel Deck Izzet vs Golgari Golgari Deck:
category: DECK
identifiers:
mcmId: '257393'
subtype: DUEL
Duel Deck Izzet vs Golgari Izzet Deck:
category: DECK
identifiers:
mcmId: '257394'
subtype: DUEL
Loading

0 comments on commit 6beb61c

Please sign in to comment.