bit-bind

Bittrex SMS Notifier


Keywords
sms, bittrex
License
MIT
Install
pip install bit-bind==0.1.0

Documentation

bit_bind

Custom API bindings for bittrex

Installation

$ pip install bit-bind

Install from source

$ git clone  https://github.com/hthompson6/bit-bind.git
$ cd bit-bind
$ python setup.py install -e .

Usage

api_key = `xxxxxxxxxxxxxxxxx`
api_secret = `zzzzzzzzzzzzzz`

bit_bound = BittrexAPIBinder(api_key, api_secret)
bit_bound.get_current_balances()
bit_bound.get_current_value('BTC', 'VOX')