Skip to content

Can bulk search yu-gi-oh playing cards and return prices of each one along with the total

Notifications You must be signed in to change notification settings

Dkirk25/card-price-finder

Repository files navigation

Training Card Price Finder

A Python program that takes a list of yu-gi-oh card ids and returns the market price of each card along with the name, id, rarity, and total amount.

Requirements

  • Python >=3.7

Setup/Installation

  1. Fork/Clone the repository git clone https://github.com/Dkirk25/card-price-finder.git
  2. pip install -r requirements.txt
  3. Add list of card id to 'cards.txt'
  4. On mac, You might have to set 'OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES' in env
  5. Test run your project locally with python main.py

Integrations

PIP Modules

View the [requirements.txt]https://github.com/Dkirk25/card-price-finder/blob/main/requirements.txt

About

Can bulk search yu-gi-oh playing cards and return prices of each one along with the total

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages