Skip to content
/ yobit Public
forked from NanoBjorn/yobit

Python binding for YoBit.

License

Notifications You must be signed in to change notification settings

Mambix/yobit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python YoBit Binding

Travis Coverage Status PyPI

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.

Installation

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

Usage

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()

Original author contributions

Tips to NanoBjorn can be send here BTC: 3NoXpUm2EeUWc1jJQhi5X7xKsneN9ReEpQ
All the comments and descriptions are at offical YoBit API page and in the code.

ToDO list

  • Add description to PyPi setup packaging
  • Automated tests
  • TravisCI
  • Coveralls
  • Automatic publish to PyPi?

Issues

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.

About

Python binding for YoBit.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%