Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 734 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 734 Bytes

follow-vicki

Execute trades on GDAX based on Vicki's tweets. You need API keys from Twitter and GDAX.

Instructions:

  1. Checkout the repo
  2. npm install
  3. Make a copy of config.sample.js and save it as config.js
  4. Obtain API keys from GDAX and from Twitter and fill in config.js
  5. Edit follow.js to customize the trading logic. By default, it will buy 0.01 ETH when Vicki goes long on ETHUSD at the highest bid or sell 0.01 ETH when Vicki goes long on ETHUSD at the lowest ask.
  6. npm start to start the bot

The bot will print out Vicki's tweets when they arrive and execute any callback function registered on the (currency pair, direction) tuple.