Bittrex SMS Notifier
Project description
# 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
```
## Usage
```python
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')
```
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
```
## Usage
```python
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')
```
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file bit_bind-0.1.0-py2-none-any.whl
.
File metadata
- Download URL: bit_bind-0.1.0-py2-none-any.whl
- Upload date:
- Size: 4.3 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 397e9a1217579f42829a65448749947091d794ba7f2eecdb618f40ed1369b9ae |
|
MD5 | 03b151dd97312bb5f0e31733ccf9e305 |
|
BLAKE2b-256 | e649a20dd3f2bf299dd28addf57edd7949dad89a3b1bf7a31a1f86d9cecb0c12 |