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
- Fork/Clone the repository
git clone https://github.com/Dkirk25/card-price-finder.git
- pip install -r requirements.txt
- Add list of card id to 'cards.txt'
- On mac, You might have to set 'OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES' in env
- Test run your project locally with
python main.py
- TCGPlayer.com · https://shop.tcgplayer.com/yugioh?newSearch=true
View the [requirements.txt]https://github.com/Dkirk25/card-price-finder/blob/main/requirements.txt