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.js
and save it asconfig.js
- Obtain API keys from GDAX and from Twitter and fill in
config.js
- 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. 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.