mia-0032 / mtgo-decklist-scraper

MTGO Decklist Scraper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mtgo-decklist-scraper

MTGO Decklist Scraper

Usage

You can run it with Python or Docker.

Python

pip install -r requirements.txt
scrapy crawl league -a url=https://magic.wizards.com/en/articles/archive/mtgo-standings/pioneer-league-2019-10-28

Docker

docker-compose build
docker-compose run scrapy crawl league -a url=https://magic.wizards.com/en/articles/archive/mtgo-standings/pioneer-league-2019-10-28

About

MTGO Decklist Scraper

License:Apache License 2.0


Languages

Language:Python 98.9%Language:Dockerfile 1.1%