Skip to content

nlnsaoadc/py-cryptowatch

Repository files navigation

py-cryptowatch-client-pypi

Cryptowatch Doc: https://docs.cryptowat.ch/rest-api/

Install

pip install py-cryptowatch-client

Usage

from cryptowatch import Cryptowatch

cw = Cryptowatch(key=None)
cw.get_market_prices()

Testing

virtualenv venv
source ./venv/bin/activate
pip install -r dev_requirements.txt
deactivate
source ./venv/bin/activate
pytest