Python3 wrapper around the CoinGecko API (V3)
python3 setup.py install
Run unit tests with:
# after installing pytest using pip3
pytest tests
from pycoingecko import CoinGeckoAPI
cg = CoinGeckoAPI()
Python3 wrapper around the CoinGecko API (V3)
python3 setup.py install
Run unit tests with:
# after installing pytest using pip3
pytest tests
from pycoingecko import CoinGeckoAPI
cg = CoinGeckoAPI()