stefkin / mtg_scraper

Scraper for https://gatherer.wizards.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MTG scraper

mtg_scraper provides a ready to use PostgreSQL database containing Magic: the gathering cards and sets as well as a script to download fresh database from https://gatherer.wizards.com

Download

You can download the latest DB dump on Releases page

Installation

system dependencies

postgresql

nokogiri dependencies

Usage

initialize database

Database connection can be configured in lib/mtg_scraper/db.rb

rake db:create # initialize DB structure

run scraper

rake scrape

About

Scraper for https://gatherer.wizards.com

License:GNU General Public License v3.0


Languages

Language:Ruby 100.0%