Execute trades on GDAX based on Vicki's tweets. You need API keys from Twitter and GDAX.
Instructions:
- Checkout the repo
npm install- Make a copy of
config.sample.jsand save it asconfig.js - Obtain API keys from GDAX and from Twitter and fill in
config.js - Edit
follow.jsto 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. npm startto 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.