Skip to content

tmlynowski/pycoingecko

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

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

About

Python wrapper for the CoinGecko API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%