CardMarket Web Scraper
Find a file
2022-09-24 17:07:57 +01:00
img Add images for README 2022-05-17 11:25:47 +01:00
collectionList.txt Initial Commit 2022-01-23 12:29:06 +00:00
collectionSearch.py Initial Commit 2022-01-23 12:29:06 +00:00
README.md Update README.md 2022-09-24 17:07:57 +01:00

cardmarket

Description

Python tool to display price of all cards in a Yu-Gi-Oh! set(s).

Function

Screenshot of card collection web page The name of the set [1] is inputted into collectionList.txt
All the cards in the set [2] (inc. all other pages) are then displayed as a list collectively before being outputted 1 by 1 with their respective price.

Screenshot of card collection web page The price is taken from the first listing available [1] with defined filters applied [2].

Output

Screenshot of terminal output

Notes

All prices are taken from cardmarket.com
Functionality requires python with modules: 'requests', 'BeautifulSoup' and 'math'
For multiple sets, place the nth set name on a new line below the previous