CardMarket Web Scraper
- Python 100%
| img | ||
| collectionList.txt | ||
| collectionSearch.py | ||
| README.md | ||
cardmarket
Description
Python tool to display price of all cards in a Yu-Gi-Oh! set(s).
Function
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.
The price is taken from the first listing available [1] with defined filters applied [2].
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
