coinschedulepy

A python3 wrapper for the coinschedule api


Keywords
ico, icos, coinschedule, api, python3
License
MIT
Install
pip install coinschedulepy==1.0.1

Documentation

coinschedule-python

PyPI PyPI

Installation

coinschedule-python can be installed via pip pip3 install coinschedule

Quickstart

Authentication

Requirements:

You can authenticate with the code below:

from coinschedule.coinschedule import coinschedule

api = coinschedule('api_key')
api.authenticate()

More indepth documentation is avalible here