Skip to content

Simple script to scrap prices using Scryfall API. Input database is from MTGStock.

License

Notifications You must be signed in to change notification settings

PawelMBrzoska/MTG_Get-price-from-scryfall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MTG_Get-price-from-scryfall

Simple script to scrap prices using Scryfall API. Input database is from MTGStock.

Getting started

Packages

First of all you need pandas for data processing. Easiest way is going for pip install.

pip install pandas

Furthermore, I used urllib, requests and JSON.

Running app

The script needs inventory file to operate. It search for cards using Scryfall API and saves the version and prices in that file.

Changelog

  • 1.0 Working app
  • 1.1 Better sets management
  • 1.2 Upgrade of engine (choosing the set and tracking price history)

About

Simple script to scrap prices using Scryfall API. Input database is from MTGStock.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages