Módulos Python:
- beautifulSoup4 (pip install beautifulsoup4)
- requests (pip install requests)
- tkinter (pip install tkinter)
Web scrapping app that let's the user check if a given username in CardMarket site have the required cards of a given deck. Made for Commander decks.
Steps:
Export txt file from Tappedout or create a txt file with the following format:
[number of copies] [Card Name]
Example:
1 Acidic Soil
1 Arcane Signet
1 Bend or Break
1 Blasphemous Act
1 Burning Earth
Run
Update:
- Dynamic deck search. No longer need to have a Deck folder in project
- User IO. No longer need to change code to assing username or deck path
- Total price sum of search
What's missing:
- All deck formats
- Check if card that a user sells have a good price according to the avg?
- Excel output ??
- Some sort of UI for programming muggles