Cardmarket CLI
Development suspended indefinitely
Cardmarket has revoked access to the API for private users. Their support said that access will be granted again after their API 3.0 is released. Development will be suspended at least until the access is restored.
Warning
The Cardmarket API gives full access to your Cardmarket Account. Including the ability to make orders. Use this software on your own risk. I am not liable for any damages related to this software (See licence).
Installation
- Install Ruby
- Install the Bundler Gem
gem install bundler
- Clone the repository
git clone https://github.com/Lisstem/cardmarket-cli.git
- Move into the directory and install the need gems
cd cardmarket-cli && bundle install
- Move into the code directory and copy the example config
cd code && cp example_config.json config.json
- Set your secrets from Cardmarket in config.json
Usage
Still working on that :D