NanoBjorn/yobit

License

Closed this issue · 7 comments

@NanoBjorn

I will use this in my project but there is no license attached. Is that intentional?
I also want to refactor the project so that I can push it to pypi. You OK with that?

Ok will do that but for PyPi I will stick a MIT license to my repo if you're OK with that.

@NanoBjorn

You should now be able to do this:
pip install YoBit

And then use it in your code:

from YoBit import YoBit

yb = YoBit(api_key='YOUR_API_KEY', api_secret='YOUR_API_SECRET')
yb.get_info()

good catch, fixed 👍