-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
great job mate #1
Comments
No plans for that. In theory you should just need a yobit interface much like the bittrex one. You should be able to reuse the same logic and method but instead of making calls to the bittrex interface they would simply make calls to the yobit, or binance , xxx exchange. Also there are tons of wrappers for different exchange APIs all over git hub. So you could find one in python import it into this script and just seap out all the bittrex references for whatever exchange you want. Should be pretty straight forward I would think. |
sounds good. I am a beginner but I will keep trying until I will succeed . Thanks for the advice. |
Looks pretty close. You can start with that you may need to add a method or two. |
any more clues on what is missing please ? highly appreciated |
Hey mate, you have done amazing job by editing that bot in python. I was trying to find out solution how to modify it to work for yobit. Are you planning to do that as well? cheers pal
The text was updated successfully, but these errors were encountered: