mtheory7 / wyatt

A Java crypto currency trading bot using the Binance API
https://mtheory7.com
45 stars 23 forks source link

how to use it ? #1

Closed onthetunnel closed 6 years ago

onthetunnel commented 6 years ago

Hello friends , first Thanks You for your awesome bot ! but i am noob for code .. can you teach me how to install it on ubuntu 18 and how to use it please ... Thanks You !

mtheory7 commented 6 years ago

Thanks for your interest!

Going off of the premise that you are using Ubuntu 18, you'll need the following to get started.

  1. Binance account to trade cryptocurrency.
  2. Twitter account to use for notifications (soon this will be optional I just need to update it to work).
  3. Apache Maven (for building) installed
  4. Java installed (for running the bot ultimately)
  5. Git installed (for pulling the code)

Once you have all this stuff feel free to message me or email me at msstuhlman@gmail.com and I can more adequately help you build and run it!

Cheers