How to use the pycoingecko.CoinGeckoAPI.__init__ function in pycoingecko

To help you get started, we’ve selected a few pycoingecko examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github OutlierVentures / ArBot / dlm / arbot.py View on Github external
def __init__(self, path_to_ocean_config, path_to_webserver_root, url_of_hosted_data):
       OceanAgent.__init__(self, path_to_ocean_config)
       FetchAgent.__init__(self)
       CoinGeckoAPI.__init__(self)
       self.path_to_webserver_root = path_to_webserver_root
       self.url_of_hosted_data = url_of_hosted_data

pycoingecko

Python wrapper around the CoinGecko API

MIT
Latest version published 2 years ago

Package Health Score

58 / 100
Full package analysis