Python binding for YoBit. Use at your own risk!
This has been forked from https://github.com/NanoBjorn/yobit for the purpose of making it a PyPi package so it can be easily installed with python pip tool. For the purpose of publishing it to PyPi author agreed to flag it with MIT license.
Clone the repository:
git clone https://github.com/Mambix/yobit.git
In the cloned directory install with setup.py:
python setup.py install
Or you can install with pip directly running:
pip install yobit
Get information about user balances and API permissions:
from YoBit import YoBit
yb = YoBit(api_key='YOUR_API_KEY', api_secret='YOUR_API_SECRET')
yb.get_info()
Tips to NanoBjorn can be send here BTC: 3NoXpUm2EeUWc1jJQhi5X7xKsneN9ReEpQ
All the comments and descriptions are at offical YoBit API page and in the code.
- Add description to PyPi setup packaging
- Automated tests
- TravisCI
- Coveralls
- Automatic publish to PyPi?
If you encounter any issues with the use of this python library please open a new issue in this repository and provide as much details as possible so we can quickly reproduce and resolve the issue.