Skip to content

solomonkinard/pycoingecko

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CoinGecko API wrapper

Python3 wrapper around the CoinGecko API (V3)

Installation

python3 setup.py install

Test

Run unit tests with:

# after installing pytest using pip3
pytest tests

Usage

from pycoingecko import CoinGeckoAPI
cg = CoinGeckoAPI()

API documentation

https://www.coingecko.com/api/docs/v3

About

Python wrapper for the CoinGecko API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%