Tools for generating Cockatrice-compatible cards.xmls for unreleased magic cards
Go to file
Cheldra 82ae195d31 Update cards_corrections (#38)
Planeswalker Deck Cards image source to WOTC
2017-06-21 13:34:45 -05:00
.github Migrate Repo 2017-05-30 09:23:36 -05:00
.gitignore Add spoiler.xml file, gitter settings, ignore out/ folder 2017-05-31 15:40:20 -05:00
.travis.yml Add spoiler.xml file, gitter settings, ignore out/ folder 2017-05-31 15:40:20 -05:00
cards_corrections Update cards_corrections (#38) 2017-06-21 13:34:45 -05:00
cards_delete Improved Split Card Handling. Dump XML to log. 2017-06-19 15:20:48 -05:00
cards_manual Improved Split Card Handling. Dump XML to log. 2017-06-19 15:20:48 -05:00
deploy_key.enc Travis Config 2017-05-30 13:46:41 -04:00
deploy.sh Update old branch value 2017-06-21 09:33:13 -05:00
LICENSE Initial commit 2017-05-28 14:38:52 -04:00
main.py Scrape MTGS for images. Fix WOTC URL (#36) 2017-06-21 12:44:39 -05:00
README.md full list of supported services + rephrasing (#11) [skip ci] 2017-06-19 16:23:38 -05:00
requirements.txt Allow comments in JSON files 2017-06-19 12:12:55 -05:00
set_info Scrape MTGS for images. Fix WOTC URL (#36) 2017-06-21 12:44:39 -05:00
spoilers.py Scrape MTGS for images. Fix WOTC URL (#36) 2017-06-21 12:44:39 -05:00

Magic-Spoiler Gitter Chat

Magic-Spoiler is a python script to scrape MTG Salvation, Scryfall, MythicSpoiler and Wizards to compile a XML file (Cockatrice formatted) and a general application ready json file (mtgjson formatted).

Output Build Status

Just looking for XML or JSON files? They're in our files branch!

Errors

Noticed an error? Check out our Contributing file for information on how to help!

Running

Requirements

  • Python 2.7
  • Python Modules: requests==2.13.0 feedparser lxml Pillow datetime
pip install -r requirements.txt

Usage

$> python main.py

Outputs out/{SETCODE}.xml, out/MPS_{SETCODE}.xml, out/{SETCODE}.json, out/{MPS_{SETCODE}.json

errors are logged to out/errors.json

Add the set xml file to your customsets folder for Cockatrice.

When run by travis, uploads all files to files branch