AlexanderKomi / CardmarketTrendFinder

Gets the price trend of a list of MTG cards from cardmarket.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CardMarketTrendFinder

Description

A simple script, which find the trending cards on cardmarket.com and lets you export them to a file.

Setup

python setup.py build
python setup.py install

Usage

  1. Create a file called "input.txt" and write down the card names, separated by a newline.

    Example:

    Gisela
    Sakura Tribe
    ratatatata
    

    If the names do not exactly match the name of the card, they are searched.

  2. Execute the script.

    A file would be generated called "output.csv", which contains the information you want.

    The output will also be printed on the console.

  3. Do what you want with "output.csv".

About

Gets the price trend of a list of MTG cards from cardmarket.com


Languages

Language:Python 95.4%Language:Dockerfile 3.5%Language:Shell 1.1%