Skip to content

Python-725/pycoingecko

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CoinGecko API wrapper

Python 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()

About

Python wrapper for the CoinGecko API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%