tritoch b426dc2662 Merge pull request #13 from Cheldra/patch-1
Fixing 3 Mythicspoiler typos
2017-06-19 12:03:58 -05:00
2017-05-30 09:23:36 -05:00
2017-06-19 11:59:25 -05:00
2017-06-19 15:50:06 +01:00
2017-06-16 09:55:45 -05:00
2017-05-30 13:46:41 -04:00
2017-06-13 15:30:42 -05:00
2017-05-28 14:38:52 -04:00
2017-06-13 11:57:15 -05:00
2017-06-16 15:32:45 -05:00
2017-06-16 09:55:45 -05:00
2017-06-18 22:07:59 -05:00

Magic-Spoiler Gitter Chat

Magic-Spoiler is a python script to scrape MTGS, Scryfall, and Wizards.com to compile a cockatrice-friendly XML file as well as json files.

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

Description
Tools for generating Cockatrice-compatible cards.xmls for unreleased magic cards
Readme GPL-3.0 91 MiB
Languages
Python 100%